瀏覽代碼

临时提交

样式分支
taoye 2 年之前
父節點
當前提交
9d1079946b
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      FryPot_DosingSystem/ViewModel/RecipeSetViewModel.cs

+ 3
- 3
FryPot_DosingSystem/ViewModel/RecipeSetViewModel.cs 查看文件

@@ -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(() =>
{


Loading…
取消
儲存