Exemplo n.º 1
0
 public void GrpBtnClick()
 {
     selectedRelationView = SelectedRelationView.Groups;
     relationsScreenView.OrgBarView.BackgroundColor = UIColor.FromRGB (100, 100, 100);
     relationsScreenView.GrpBarView.BackgroundColor = UIColor.FromRGB (0, 122, 255);
     relationsScreenView.OrgBtn.SetTitleColor ( UIColor.Black,UIControlState.Normal);
     relationsScreenView.GrpBtn.SetTitleColor (UIColor.FromRGB (0, 122, 255), UIControlState.Normal);
     relationsScreenView.RalationsListTableView.Source = new RelationsGroupScreenSource (this);
     relationsScreenView.RalationsListTableView.ReloadData ();
 }
Exemplo n.º 2
0
 public RelationsScreenController()
 {
     selectedRelationView = SelectedRelationView.Organizations;
     FromTeamList = false;
 }