private void button1_Click(object sender, EventArgs e) { sndb = new sandbox(n); paint(); }
public Form1() { InitializeComponent(); n = 3; sndb = new sandbox(n); }