コード例 #1
0
 public TodoWidgetViewModel(IJsonStorageService storageService)
 {
     storageController = storageService.CreateControllerForFile <TodoModel>("todolist.txt");
 }
コード例 #2
0
 public NotesWidgetViewModel(IJsonStorageService storageService)
 {
     storageController = storageService.CreateControllerForFile <NotesModel>("notes.txt");
 }