Exemplo n.º 1
0
Arquivo: App.g.cs Projeto: royb3/pong
 public static void Main() {
     wpf_Pong.App app = new wpf_Pong.App();
     app.InitializeComponent();
     app.Run();
 }
Exemplo n.º 2
0
 public static void Main()
 {
     wpf_Pong.App app = new wpf_Pong.App();
     app.InitializeComponent();
     app.Run();
 }