您好,欢迎访问本站!登录后台查看权限

转:调用其他命名空间中的函数

笔记 俎天润 2017-04-20 2819 次浏览 0个评论
namespace test2 {

    static class Program2

    {

        [STAThread]

        public static void Main1()

        {

            Application.EnableVisualStyles();

            Application.SetCompatibleTextRenderingDefault(false);

            Application.Run(new _2_11());

        }

    }

}

namespace test1

{

    static class Program

    {

        /// <summary>

        /// 应用程序的主入口点。

        /// </summary>

        [STAThread]

        static void Main()

        {

            test2.Program2.Main1();

        }

    }

}

c.jpg



已有 2819 位网友参与,快来吐槽:

发表评论