|
|
|
|
@ -32,23 +32,43 @@ public partial class QuoteDebug {
|
|
|
|
|
|
|
|
|
|
private async Task OnSave() => Debug.WriteLine(await GenericController.InsertAsync(quote) > 0 ? "Wrote Quote to db." : "Error on writing Quote to db!");
|
|
|
|
|
|
|
|
|
|
private Task OnDescriptionChanged() => throw new NotImplementedException();
|
|
|
|
|
private Task OnDescriptionChanged() {
|
|
|
|
|
throw new NotImplementedException();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private Task OnQuotationNumberChanged() => throw new NotImplementedException();
|
|
|
|
|
private Task OnQuotationNumberChanged() {
|
|
|
|
|
throw new NotImplementedException();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private Task OnWarrantyChanged() => throw new NotImplementedException();
|
|
|
|
|
private Task OnWarrantyChanged() {
|
|
|
|
|
throw new NotImplementedException();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private Task OnValidForChanged() => throw new NotImplementedException();
|
|
|
|
|
private Task OnValidForChanged() {
|
|
|
|
|
throw new NotImplementedException();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private Task OnVATChanged() => throw new NotImplementedException();
|
|
|
|
|
private Task OnVATChanged() {
|
|
|
|
|
throw new NotImplementedException();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private Task OnIsPriceInformationChanged() => throw new NotImplementedException();
|
|
|
|
|
private Task OnIsPriceInformationChanged() {
|
|
|
|
|
throw new NotImplementedException();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private Task OnShowBruttoChanged() => throw new NotImplementedException();
|
|
|
|
|
private Task OnShowBruttoChanged() {
|
|
|
|
|
throw new NotImplementedException();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private Task OnShowSinglePricesChanged() => throw new NotImplementedException();
|
|
|
|
|
private Task OnShowSinglePricesChanged() {
|
|
|
|
|
throw new NotImplementedException();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private Task OnShowDiscountsChanged() => throw new NotImplementedException();
|
|
|
|
|
private Task OnShowDiscountsChanged() {
|
|
|
|
|
throw new NotImplementedException();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private Task OnSelectedLineItemChanged() => throw new NotImplementedException();
|
|
|
|
|
private Task OnSelectedLineItemChanged() {
|
|
|
|
|
throw new NotImplementedException();
|
|
|
|
|
}
|
|
|
|
|
}
|