예제 #1
0
파일: Form1.cs 프로젝트: rushitha450/exp1
        private void checkOutToolStripMenuItem_Click(object sender, EventArgs e)
        {
            checkout c = new checkout();

            c.ShowDialog();
        }
예제 #2
0
파일: Form1.cs 프로젝트: rushitha450/exp1
        private void button3_Click(object sender, EventArgs e)
        {
            checkout c = new checkout();

            c.ShowDialog();
        }