Exemplo n.º 1
0
 private static void Main()
 {
     /*
      * Start the application
      */
     using (var window = new PythagorasWindow())
     {
         window.Run(30.0, 0.0);
     }
 }
Exemplo n.º 2
0
 private static void Main()
 {
     /*
      * Start the application
      */
     using (var window = new PythagorasWindow())
     {
         window.Run(30.0, 0.0);
     }
 }