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

            JogData = new JogViewModel();

            Focusable = true;
        }
コード例 #2
0
        public JogControl()
        {
            InitializeComponent();

            JogData = new JogViewModel();

            IsVisibleChanged += JogControl_IsVisibleChanged;
        }
コード例 #3
0
        public JogControl()
        {
            InitializeComponent();

            JogData = new JogViewModel();

            JogData.PropertyChanged += JogData_PropertyChanged;

            Focusable = true;
        }