コード例 #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();
 }