Exemple #1
0
 public Window()
 {
     InitializeComponent();
     this.Calc = new Calculator();
     this.Op = new Operator();
     this.LastOperation = "";
 }