示例#1
0
文件: app.cs 项目: hitswa/winforms
	    static void Main() {
		TestDllForm dll;

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

            dll = new TestDllForm();
        }