Exemplo n.º 1
0
 public void OnStageGroupClicked(StageGroup stageGroup, Stage stage)
 {
     SelectStage(stage);
 }
Exemplo n.º 2
0
        public override bool Equals(object obj)
        {
            StageGroup other = obj as StageGroup;

            return(other != null && other.MainStage == MainStage && other.GroupedStages.SequenceEqual(GroupedStages));
        }