예제 #1
0
 static void Main()
 {
     using (var sample = new SimpleModel10Sample())
         sample.Run();
 }
예제 #2
0
파일: Program.cs 프로젝트: zhandb/slimdx
 static void Main() {
     using (var sample = new SimpleModel10Sample())
         sample.Run();
 }