コード例 #1
0
ファイル: app.cs プロジェクト: hitswa/winforms
	    static void Main() {
		TestDllForm dll;

		dll = new TestDllForm();
	    }
コード例 #2
0
        static void Main()
        {
            TestDllForm dll;

            dll = new TestDllForm();
        }