Example #1
0
        private void btnLocations_Click(object sender, EventArgs e)
        {
            ActivateButton(sender);
            location loc = new location();

            loc.Show();
        }