Esempio n. 1
0
 private void clear_clicked(object sender, EventArgs e)
 {
     calc = new CalcBase();
     textBox1.Text = "0";
 }
Esempio n. 2
0
 public Form1()
 {
     InitializeComponent();
     calc = new CalcBase();
 }