Exemplo n.º 1
0
        public MainPage()
        {
            this.InitializeComponent();

            var app = new Client.App();

            LoadApplication(app);
        }
Exemplo n.º 2
0
 public static void Main()
 {
     Client.App app = new Client.App();
     app.InitializeComponent();
     app.Run();
 }
Exemplo n.º 3
0
 public static void Main() {
     Client.App app = new Client.App();
     app.InitializeComponent();
     app.Run();
 }
Exemplo n.º 4
0
 public static void Main()
 {
     Client.App app = new Client.App();
     app.Run();
 }
Exemplo n.º 5
0
 public static void Main() {
     Client.App app = new Client.App();
     app.Run();
 }