private void ClearForm() { Amount = 0; Description = ""; ScannedDocumentList.Clear(); Credits.Clear(); Debits.Clear(); }
private void ClearDebits() { Debits.Clear(); IsEnabledDebitorDropDown = true; RaisePropertyChanged("DebitsDisplay"); if (IsEnabledCreditorDropDown && IsEnabledDebitorDropDown) { IsEnabledTaxDropDown = true; } }