예제 #1
0
 private void SelectPositionPreset()
 {
     holdPresetEvent = true;
     positionPresets.SelectedItem = isTripleScreen ?
                                    R3ePointPreset.GetPresetName(Selection.Position, ScreenUtils.GetScreen(Selection))
         : R3ePointPreset.GetPresetName(Selection.Position);
     holdPresetEvent = false;
 }
예제 #2
0
 private void SelectAnchorPreset()
 {
     holdPresetEvent            = true;
     anchorPresets.SelectedItem = R3ePointPreset.GetPresetName(Selection.Anchor);
     holdPresetEvent            = false;
 }