Example #1
0
 private void lag_button_Click(object sender, EventArgs e)
 {
     Lag l = new Lag(GetTävling_id());
     l.ShowDialog();
 }
Example #2
0
        private void lag_button_Click(object sender, EventArgs e)
        {
            Lag l = new Lag(GetTävling_id());

            l.ShowDialog();
        }