示例#1
0
        static void Main(string[] args)
        {
            TestMoreMoney t = new TestMoreMoney();

            t.Test();
        }
示例#2
0
文件: Program.cs 项目: nofear/Mara
 static void Main( string[] args )
 {
     TestMoreMoney t	= new TestMoreMoney();
     t.Test();
 }