Example #1
0
 private void ReadFromGlobalDataCollectionAndSet()
 {
     if (DesignMode)
     {
         return;
     }
     //UIStateRoutines.SetSelectedDropdownValue(cbNotionalNozzleModel, (string)QraStateContainer.Instance.GlobalData["NozzleModel"]);
     UiStateRoutines.SetSelectedDropdownValue(cbNotionalNozzleModel,
                                              QraStateContainer.GetObject("NozzleModel").ToString());
 }
Example #2
0
        void IQraBaseNotify.Notify_LoadComplete()
        {
            ContentPanel.SetNarrative(this, Narratives.HM__ExternalFactor);

            UiStateRoutines.SetSelectedDropdownValue(cbPipeDiams, "0.31");
        }