Пример #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();
        }