实现了添加设备的弹出对话框,未完成对话框的内容
This commit is contained in:
8
Services/IDeviceDialogService.cs
Normal file
8
Services/IDeviceDialogService.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using PMSWPF.Models;
|
||||
|
||||
namespace PMSWPF.Services;
|
||||
|
||||
public interface IDeviceDialogService
|
||||
{
|
||||
Task<Device> ShowAddDeviceDialog(Device device);
|
||||
}
|
||||
Reference in New Issue
Block a user