完成设备界面的简单布局,引入GridView的使用,并接GridView的模板抽离成Dictionary

This commit is contained in:
2025-06-13 18:54:17 +08:00
parent 080b9f0aa9
commit fd68a223fd
13 changed files with 117 additions and 11 deletions

View File

@@ -5,4 +5,6 @@ namespace PMSWPF.Services;
public interface IDeviceDialogService
{
Task<Device> ShowAddDeviceDialog();
void ShowMessageDialog(string title, string message);
}