예제 #1
0
파일: MainForm.cs 프로젝트: CAHbl4/csharp
        static void MenuAbout_click(object sender, EventArgs e)
        {
            Form form = new AboutForm {Title = "About", Width = 40, Height = 15, HasBorder = true};

            form.Init();
            form.Execute();
        }