Esempio n. 1
0
 public void Dispose()
 {
     service = null;
 }
Esempio n. 2
0
 public SystemViewModel()
 {
     service = new SystemDataSvc();
 }