コード例 #1
0
        public WireframeEditControls()
        {
            InitializeComponent();


            mZoomControlLogic = new ZoomControlLogic(ComboBox);
        }
コード例 #2
0
        public WireframeEditControls()
        {
            PropertyChanged += HandlePropertyChanged;

            InitializeComponent();


            mZoomControlLogic = new ZoomControlLogic(ComboBox);
        }
コード例 #3
0
        public PreviewControls()
        {
            InitializeComponent();

            OffsetMultiplier = 1;

            PopulateComboBox();

            mZoomControlLogic = new ZoomControlLogic(ZoomComboBox);
        }
コード例 #4
0
        public WireframeEditControls()
        {
            InitializeComponent();

            mZoomControlLogic = new ZoomControlLogic(ComboBox);
        }
コード例 #5
0
        public WireframeEditControls()
        {
            PropertyChanged += HandlePropertyChanged;

            InitializeComponent();


            mZoomControlLogic = new ZoomControlLogic(ComboBox);
        }
コード例 #6
0
        public PreviewControls()
        {
            InitializeComponent();

            OffsetMultiplier = 1;

            PopulateComboBox();

            mZoomControlLogic = new ZoomControlLogic(ZoomComboBox);
        }