修改了Dialog的调用方式,和实现了添加设备添加到侧边菜单中
This commit is contained in:
10
Services/IDialogService.cs
Normal file
10
Services/IDialogService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using PMSWPF.Models;
|
||||
|
||||
namespace PMSWPF.Services;
|
||||
|
||||
public interface IDialogService
|
||||
{
|
||||
Task<Device> ShowAddDeviceDialog();
|
||||
|
||||
void ShowMessageDialog(string title, string message);
|
||||
}
|
||||
Reference in New Issue
Block a user