コード例 #1
0
ファイル: Program.cs プロジェクト: ktp-forked-repos/Mara
        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();
 }