Exemple #1
0
 private void reprezentacijeToolStripMenuItem_Click(object sender, EventArgs e)
 {
     FReprezentacija forma = new FReprezentacija();
     forma.ShowDialog();
 }
Exemple #2
0
        private void PbDodajReprezentaciju_Click(object sender, EventArgs e)
        {
            FReprezentacija fdr = new FReprezentacija();

            fdr.ShowDialog();
        }
Exemple #3
0
        private void reprezentacijeToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FReprezentacija forma = new FReprezentacija();

            forma.ShowDialog();
        }
 private void PbDodajReprezentaciju_Click(object sender, EventArgs e)
 {
     FReprezentacija fdr = new FReprezentacija();
     fdr.ShowDialog();
 }