Exemple #1
0
 public Append(CalcViewModel _c)
 {
     this.c = _c;
 }
Exemple #2
0
 public Clear(CalcViewModel _c)
 {
     this.c = _c;
 }
Exemple #3
0
 public Backspace(CalcViewModel _c)
 {
     this.c = _c;
 }
Exemple #4
0
 public Calculate(CalcViewModel _c)
 {
     this.c = _c;
 }
Exemple #5
0
 public Operator(CalcViewModel _c)
 {
     this.c = _c;
 }