protected async void Button2Click(MouseEventArgs args) { DialogService.Close(); await JSRuntime.InvokeAsync <string>("window.history.back"); }
public void Save() { DialogService.Close(DialogResult <Item> .Ok(Item)); }
protected async Task CloseButtonClick(MouseEventArgs args) { DialogService.Close(); }
protected async void Button2Click(MouseEventArgs args) { DialogService.Close(); }
protected async void Button3Click(UIMouseEventArgs args) { DialogService.Close(null); }
private void Login() { SkyDocsService.Login(loginModel.Username, loginModel.Password); DialogService.Close(); }
protected async void Form0Submit(Supplier args) { var northwindUpdateSupplierResult = await Northwind.UpdateSupplier(int.Parse(SupplierID), supplier); DialogService.Close(supplier); }
protected async System.Threading.Tasks.Task Button1Click(MouseEventArgs args) { DialogService.Close(); await JSRuntime.InvokeAsync <string>("window.history.back"); }
protected void Cancel() => DialogService.Close();
protected async void Form0Submit(Territory args) { var northwindUpdateTerritoryResult = await Northwind.UpdateTerritory($"{TerritoryID}", territory); DialogService.Close(territory); }
protected async void Form0Submit(Supplier args) { var northwindCreateSupplierResult = await Northwind.CreateSupplier(supplier); DialogService.Close(supplier); }
protected async void Form0Submit(Order args) { var northwindCreateOrderResult = await Northwind.CreateOrder(order); DialogService.Close(order); }
protected async void Form0Submit(ApplicationUser args) { DialogService.Close(); await JSRuntime.InvokeAsync <string>("window.history.back"); }
public void Cancel() { DialogService.Close(DialogResult <Item> .Cancel()); }
private void HandleValidSubmit() { DialogService.Close(Contact); }
protected async System.Threading.Tasks.Task Form0Submit(ApplicationUser args) { DialogService.Close(); await JSRuntime.InvokeAsync <string>("window.history.back"); }
protected async void Form0Submit(OrderDetail args) { var northwindUpdateOrderDetailResult = await Northwind.UpdateOrderDetail(int.Parse(OrderID), int.Parse(ProductID), orderdetail); DialogService.Close(orderdetail); }
protected async void Form0Submit(Order args) { var northwindUpdateOrderResult = await Northwind.UpdateOrder(int.Parse(OrderID), order); DialogService.Close(order); }
protected async void Form0Submit(Customer args) { var northwindUpdateCustomerResult = await Northwind.UpdateCustomer($"{CustomerID}", customer); DialogService.Close(customer); }
protected async System.Threading.Tasks.Task Button2Click(MouseEventArgs args) { DialogService.Close(null); }
public void Close() { DialogService.Close(this, true); }