|
|
@@ -1,5 +1,5 @@ |
|
|
|
using BPASmartClient.Helper; |
|
|
|
using BPASmartClient.Message; |
|
|
|
using BPASmartClient.CustomResource.Pages.Model; |
|
|
|
using BPASmartClient.Helper; |
|
|
|
using FryPot_DosingSystem.Model; |
|
|
|
using FryPot_DosingSystem.View; |
|
|
|
using Microsoft.Toolkit.Mvvm.ComponentModel; |
|
|
@@ -73,7 +73,7 @@ namespace FryPot_DosingSystem.ViewModel |
|
|
|
{ |
|
|
|
NewRecipeView nrv = new NewRecipeView(); |
|
|
|
nrv.ShowDialog(); |
|
|
|
MessageLog.GetInstance.Show("新建配方"); |
|
|
|
MessageLog.GetInstance.ShowUserLog("新建配方"); |
|
|
|
}); |
|
|
|
SaveRecipe = new Action(() => |
|
|
|
{ |
|
|
|