From 9d1079946b480d82ac09b6142be52ded1fe83642 Mon Sep 17 00:00:00 2001 From: taoye Date: Wed, 20 Jul 2022 11:13:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FryPot_DosingSystem/ViewModel/RecipeSetViewModel.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FryPot_DosingSystem/ViewModel/RecipeSetViewModel.cs b/FryPot_DosingSystem/ViewModel/RecipeSetViewModel.cs index 38446532..3e322fa0 100644 --- a/FryPot_DosingSystem/ViewModel/RecipeSetViewModel.cs +++ b/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(() => {