Ejemplo n.º 1
0
 void App_Startup(object sender, StartupEventArgs e)
 {
     Client ClientWindow = new Client();
     ClientWindow.Top = 100;
     ClientWindow.Left = 700;
     ClientWindow.Show();
 }