コード例 #1
0
ファイル: Program.cs プロジェクト: GasperPaul/GLSample
 static void Main()
 {
     using (GameWindowTest test = new GameWindowTest())
     {
         test.Run();
     };
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: GasperPaul/GLSample
 static void Main()
 {
     using (GameWindowTest test = new GameWindowTest())
     {
         test.Run();
     };
 }