示例#1
0
        private void ButtonAddNewLand_Click(object sender, EventArgs e)
        {
            NewLandForm newLand = new NewLandForm();

            newLand.ShowDialog();
        }
示例#2
0
        private void ToolStripMenuItemNewLand_Click(object sender, EventArgs e)
        {
            NewLandForm newLand = new NewLandForm();

            newLand.ShowDialog();
        }