优化程序 增加功能
This commit is contained in:
@@ -6,7 +6,7 @@ using System.ComponentModel;
|
||||
namespace GeekDesk.ViewModel
|
||||
{
|
||||
[Serializable]
|
||||
class AppData : INotifyPropertyChanged
|
||||
public class AppData : INotifyPropertyChanged
|
||||
{
|
||||
private ObservableCollection<MenuInfo> menuList = new ObservableCollection<MenuInfo>();
|
||||
private AppConfig appConfig = new AppConfig();
|
||||
|
||||
Reference in New Issue
Block a user