public PageParameterDown() { InitializeComponent(); //keyboard.registerObserver(this); InitStatusMap(); mBeckHoff = Utils.GetBeckHoffInstance(); mParameterHelper = new PageParameterHelper(this); }
public PageParameterUp() { InitializeComponent(); Utils.NavigateToPage(MainWindow.sFrameToolbarName, ToolbarParameter.TAG); //keyboard.registerObserver(this); InitStatusMap(); mBeckHoff = Utils.GetBeckHoffInstance(); mParameterHelper = new PageParameterHelper(this); }
public PageParameterUp() { InitializeComponent(); Utils.NavigateToPage(MainWindow.sFrameToolbarName,ToolbarParameter.TAG); //keyboard.registerObserver(this); InitStatusMap(); mBeckHoff = Utils.GetBeckHoffInstance(); mParameterHelper = new PageParameterHelper(this); }