示例#1
0
        public static void Main_old(String[] args)
        {
            NS_TestClass_decl_11_one._two._three_.B b = new NS_TestClass_decl_11_one._two._three_.B();
            C c = new C();

            b.i = 500;
            c.j = 300;
            Log.Comment((b.i).ToString());
            Log.Comment((c.j).ToString());
        }
示例#2
0
        public static void Main_old(String[] args)
        {
            NS_TestClass_decl_11_one._two._three_.B b = new NS_TestClass_decl_11_one._two._three_.B();
            C c = new C();

            b.i = 500;
            c.j = 300;
            OutputHelper.WriteLine((b.i).ToString());
            OutputHelper.WriteLine((c.j).ToString());
        }
		public static void Main_old(String[] args)
		{
			NS_TestClass_decl_11_one._two._three_.B b = new NS_TestClass_decl_11_one._two._three_.B();
			C c = new C();

			b.i = 500;
			c.j = 300;
			Log.Comment((b.i).ToString());
			Log.Comment((c.j).ToString());
		}