Exemplo n.º 1
0
 public void Cleanup()
 {
     if (vl != null)
     {
         vl.Dispose();
     }
     vl = null;
 }
Exemplo n.º 2
0
 public void Init()
 {
     vl = new VocabularySyncViewModel();
 }