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