internal async static Task <string> InsertItemAsync(clsAllItem prItem) { return(await InsertOrUpdateAsync(prItem, "http://localhost:60064/api/clspcshop/PostItem", "POST")); }
public static void DispatchItemForm(clsAllItem prItem) { _ItemsForm[prItem.NewOrUsed].DynamicInvoke(prItem); }
public static void Run(clsAllItem prItem) { Instance.SetDetails(prItem); }
private async void RefreshFormFromDB(int lcItemID) { _Item = await ServiceClient.GetItemAsync(lcItemID); updateForm(); }