예제 #1
0
 private void tablicaPlacaArhivaToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (tPlArhiva == null)
     {
         tPlArhiva             = new TablicaPlacaArhiva();
         tPlArhiva.MdiParent   = this;
         tPlArhiva.FormClosed += tPlArhiva_FormClosed;
         tPlArhiva.Show();
         tPlArhiva.WindowState = FormWindowState.Maximized;
     }
     else
     {
         plObracun.Activate();
     }
 }
예제 #2
0
 void tPlArhiva_FormClosed(object sender, FormClosedEventArgs e)
 {
     tPlArhiva = null;
     //throw new NotImplementedException();
 }