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