Beispiel #1
0
 public void Dispose()
 {
     service = null;
 }
Beispiel #2
0
 public SystemViewModel()
 {
     service = new SystemDataSvc();
 }