コード例 #1
0
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            MethodOfFormsElement methodOfFormsElement = new MethodOfFormsElement();

            Application.Run(new Form1(methodOfFormsElement));
        }
コード例 #2
0
ファイル: Form1.cs プロジェクト: yakann/Image-Matching
 public Form1(MethodOfFormsElement methodOfFormsElement) : this()
 {
     _methodOfFormsElement = methodOfFormsElement;
 }