예제 #1
0
파일: ZK.cs 프로젝트: developeramarish/EMR
        private void bolovanjaToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            PregledZK rp = new PregledZK();

            this.Opacity = .70;
            DialogResult dr = rp.ShowDialog();

            if (dr == DialogResult.Cancel)
            {
                this.Opacity = 1;
            }
        }
예제 #2
0
파일: ZK.cs 프로젝트: developeramarish/EMR
        private void mipUput_Click(object sender, EventArgs e)
        {
            PregledZK rp = new PregledZK();

            this.Opacity = .70;
            DialogResult dr = rp.ShowDialog();

            if (dr == DialogResult.Cancel)
            {
                this.Opacity = 1;
            }
        }