Exemplo n.º 1
0
 private void klientToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Klient klient = new Klient();
     if(sprawdzanieKlient == 1){
         klient.MdiParent = this;
         klient.Show();
         sprawdzanieKlient = 0;
     }
 }
Exemplo n.º 2
0
 static void Main(string[] args)
 {
     Klient.Uruchom();
 }