예제 #1
0
파일: app.cs 프로젝트: hitswa/winforms
	    static void Main() {
		TestDllForm dll;

		dll = new TestDllForm();
	    }
예제 #2
0
        static void Main()
        {
            TestDllForm dll;

            dll = new TestDllForm();
        }