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