コード例 #1
0
ファイル: TNTExample.cs プロジェクト: jblomer/GrGen.NET
 static void Main(string[] args)
 {
     TNTExample tnt = new TNTExample();
     tnt.DoTNT();
 }
コード例 #2
0
        static void Main(string[] args)
        {
            TNTExample tnt = new TNTExample();

            tnt.DoTNT();
        }