コード例 #1
0
ファイル: Izbornik.cs プロジェクト: ik15151/etf-2013-bsc-zr
        private void vrsteRashodaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            VrsteRashoda vr = new VrsteRashoda();

            vr.Show();
        }
コード例 #2
0
ファイル: Izbornik.cs プロジェクト: ik15151/etf-2013-bsc-zr
 private void vrsteRashodaToolStripMenuItem_Click(object sender, EventArgs e)
 {
     VrsteRashoda vr = new VrsteRashoda();
     vr.Show();
 }