コード例 #1
0
ファイル: CachLocation.cs プロジェクト: honzaprevratil/Dracak
 public CachLocation()
 {
     DBhelper             = new DBhelper();
     LocationsDict        = DBhelper.GetLocationDict();
     this.CurrentLocation = DBhelper.GetWithChildrenById <Location>(1);
 }