- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
private void goSimpleButton_Click(object sender, EventArgs e)
{
    if (Properties.Settings.Default.username == "edodonova")
    {
        if (MessageBox.Show("Открывать?", "На всякий случай спрашиваем :-)", MessageBoxButtons.YesNo) != DialogResult.Yes)
        {
            return;
        }
    }
 Follow us!
 Follow us!
Комментарии (11) RSS
Добавить комментарий