コード例 #1
0
ファイル: Program.cs プロジェクト: rds1983/Myra.Silk.NET
 public static void Main(string[] args)
 {
     try
     {
         var test = new AllWidgetsTest();
         test.Run();
     }
     catch (Exception ex)
     {
         Console.WriteLine(ex);
     }
 }
コード例 #2
0
 public AllWidgetsTest()
 {
     Instance = this;
 }