using System.Windows.Forms; namespace TimeHACK.WinClassicForms { public partial class TestApp : UserControl { public TestApp() { InitializeComponent(); } } }