コード例 #1
0
        static void Main(string[] args)
        {
            first_space.namespace_cl  fc = new first_space.namespace_cl();
            second_space.namespace_cl sc = new second_space.namespace_cl();

            fc.func();
            sc.func();
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: DanielHang/Training
 static void Main(string[] args)
 {
     first_space.namespace_cl fc = new first_space.namespace_cl();
     second_space.namespace_cl sc = new second_space.namespace_cl();
     fc.func();
     sc.func();
     Console.ReadKey();
 }