Beispiel #1
0
        private void btnStart_Click(object sender, EventArgs e)
        {
            int igrac = 0;

            if (rbtnCovek.Checked)
            {
                igrac = 2;
            }
            else
            {
                igrac = 1;
            }
            FormTable ft = new FormTable(igrac);

            ft.ShowDialog();
        }
Beispiel #2
0
 public FormBirajBoju(FormTable tab)
 {
     InitializeComponent();
     tabla = tab;
 }