Exemple #1
0
        private void Label1_Click(object sender, EventArgs e)
        {
            Properties.Settings.Default.Name = "";
            Properties.Settings.Default.Save();
            FormPocht brows = new FormPocht();

            brows.ShowDialog();
            Close();
        }
Exemple #2
0
        private void ОтделыToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormPocht formPocht = new FormPocht();

            formPocht.Show();
        }