Exemplo n.º 1
0
        private void ExecuteForcedSwitchOnSecond()
        {
            Selection selection = SecondActor.MakeForcedSwitchSelection(this, SecondSide);

            SecondSide.SetSelection(selection);
            SecondSide.ExecuteSelection();
        }
Exemplo n.º 2
0
        private void ExecuteForcedSwitchOnFirst()
        {
            Selection selection = FirstActor.MakeForcedSwitchSelection(this, FirstSide);

            FirstSide.SetSelection(selection);
            FirstSide.ExecuteSelection();
        }