示例#1
0
 public DemoViewModel()
 {
     Categories = new ObservableCollection<CategoryModel>();
     AddCategories();
     AboutCommand = new AboutCommand();
 }