File: ContainerControls.cs
Web Access
Project: src\src\System.Windows.Forms\tests\AccessibilityTests\TestPassApp.csproj (TestPassApp)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
using System.Windows.Forms;
 
namespace TestPassApp;
 
public partial class ContainerControls : Form
{
    public ContainerControls()
    {
        InitializeComponent();
    }
}