Exemplo n.º 1
0
 private void Button_Click(object sender, RoutedEventArgs e)
 {
     using (var win = new Example())
         win.Run();
 }
Exemplo n.º 2
0
 static void Main()
 {
     using (var game = new Example())
         game.Run();
 }
Exemplo n.º 3
0
 static void Main()
 {
     using (var win = new Example())
         win.Run();
 }