コード例 #1
0
 public Repository(IDictionary<string, object> persistentStorage, Generated.DublinBusRTPIServiceSoap webService)
 {
     this.webService = webService;
     this.objectStore = IsolatedStorageSettings.ApplicationSettings;
 }
コード例 #2
0
 public Repository(IDictionary <string, object> persistentStorage, Generated.DublinBusRTPIServiceSoap webService)
 {
     this.webService  = webService;
     this.objectStore = IsolatedStorageSettings.ApplicationSettings;
 }