Пример #1
0
        private void cmdEasy2_Click(object sender, EventArgs e)
        {
            frmEasySampleFixed frm = new frmEasySampleFixed();

            frm.ShowDialog();
            frm.Dispose();
        }
Пример #2
0
		private void cmdEasy2_Click(object sender, EventArgs e)
		{
			frmEasySampleFixed frm = new frmEasySampleFixed();
			frm.ShowDialog();
			frm.Dispose();
		}