(NOT READY) Update release

This commit is contained in:
Zihan Chen
2017-06-22 23:21:01 -07:00
parent 496e042251
commit a3671237eb
22 changed files with 832 additions and 604 deletions
@@ -37,8 +37,8 @@
prop Parent : ICategory* {const, not observe}
prop Name : string {const, not observe}
prop Image : presentation::GuiImageData^ {const, not observe}
prop Folders : ObservableList^ {const, not observe}
prop Contacts : ObservableList^ {const, not observe}
prop Folders : observe ICategory^[] {const, not observe}
prop Contacts : observe IContact^[] {const, not observe}
}
interface IViewModel