Exemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            richTextBox1.Clear();
            Symulacja sym = new Symulacja();

            //richTextBox1.Text += sym.symuluj() +"\n";
            richTextBox1.Text += sym.symuluj() + "\n";
            rysuj(sym);
        }