示例#1
0
        private void tbSmetkaPrimac_DoubleClick(object sender, EventArgs e)
        {
            Accounts a = new Accounts(this, "primac");

            a.Show();
        }
示例#2
0
        private void evidencijaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Accounts FM = new Accounts();

            FM.Show();
        }
示例#3
0
        private void tbSmetkaNaNalogodavac_DoubleClick(object sender, EventArgs e)
        {
            Accounts a = new Accounts(this, "nalogodavac");

            a.Show();
        }