예제 #1
0
파일: Startup.cs 프로젝트: giacomelli/Doog
 private static void Terminate(GraphicSystem gs)
 {
     gs.Terminate();
     Environment.Exit(0);
 }