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

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

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

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

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

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

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