Ejemplo n.º 1
0
 public void OpenFans(string uid)
 {
     SidebarViewModel = ListVm;
     ListVm.ShowFansOf(uid);
     NofifyChanged();
 }