示例#1
0
        public PageParameterDown()
        {
            InitializeComponent();
            //keyboard.registerObserver(this);

            InitStatusMap();
            mBeckHoff = Utils.GetBeckHoffInstance();

            mParameterHelper = new PageParameterHelper(this);
        }
示例#2
0
        public PageParameterUp()
        {
            InitializeComponent();
            Utils.NavigateToPage(MainWindow.sFrameToolbarName, ToolbarParameter.TAG);
            //keyboard.registerObserver(this);

            InitStatusMap();
            mBeckHoff        = Utils.GetBeckHoffInstance();
            mParameterHelper = new PageParameterHelper(this);
        }
示例#3
0
        public PageParameterDown()
        {
            InitializeComponent();
            //keyboard.registerObserver(this);

            InitStatusMap();
            mBeckHoff = Utils.GetBeckHoffInstance();

            mParameterHelper = new PageParameterHelper(this);
        }
示例#4
0
        public PageParameterUp()
        {
            InitializeComponent();
            Utils.NavigateToPage(MainWindow.sFrameToolbarName,ToolbarParameter.TAG);
            //keyboard.registerObserver(this);

            InitStatusMap();
            mBeckHoff = Utils.GetBeckHoffInstance();
            mParameterHelper = new PageParameterHelper(this);
        }