Exemplo n.º 1
0
Arquivo: Form1.cs Projeto: vonum/HCI
        private void tipoviResursaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            TabelaTipovi tt = new TabelaTipovi(tipovi, resursi);

            tt.Show();
        }