Ejemplo n.º 1
0
 private void ResetInputDescription()
 {
     System.Diagnostics.Debug.WriteLine("input description resetted");
     this._currentInputDescription = null;
     this.OverrideTarget(null);
     RaisePropertyChanged(() => CurrentInputDescription);
     UpdateAccountImages();
 }
Ejemplo n.º 2
0
 private void ResetInputDescription()
 {
     System.Diagnostics.Debug.WriteLine("input description resetted");
     this._currentInputDescription = null;
     this.OverrideTarget(null);
     RaisePropertyChanged(() => CurrentInputDescription);
     UpdateAccountImages();
 }