Ejemplo n.º 1
0
 private void button2_Click(object sender, EventArgs e) // Виклик форми з налаштуваннями
 {
     Settings f = new Settings();
     f.ShowDialog();
 }
Ejemplo n.º 2
0
 private void button2_Click(object sender, EventArgs e)
 {
     Settings f = new Settings();
     f.Show();
 }