private void Picture_Click(object sender, EventArgs e)
        {
            frmLocation fLocation = new frmLocation(location.ID);

            fLocation.ShowDialog();
        }
예제 #2
0
        private void locationToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmLocation frm = new frmLocation();

            frm.ShowDialog();
        }