Beispiel #1
0
 public static CandidateListViewModel Instance()
 {
     if (self == null)
     {
         self = new CandidateListViewModel();
     }
     return(self);
 }
 void IDragable.Remove(object i)
 {
     CandidateListViewModel.Instance().Remove(this);
 }