完成设备界面的简单布局,引入GridView的使用,并接GridView的模板抽离成Dictionary
This commit is contained in:
@@ -27,4 +27,9 @@ public class DeviceDialogService : IDeviceDialogService
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public void ShowMessageDialog(string title, string message)
|
||||
{
|
||||
MessageBox.Show(message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user