Example #1
0
 public ScriptManager_Mac(DWSIM.UI.Desktop.Shared.Flowsheet fs)
     : base()
 {
     Flowsheet = fs;
     Init();
 }
 public DynamicsIntegratorControl(DWSIM.UI.Desktop.Shared.Flowsheet fs)
     : base()
 {
     Flowsheet = fs;
 }
Example #3
0
 public SimulationSettings(DWSIM.UI.Desktop.Shared.Flowsheet fs, DynamicLayout layout)
 {
     flowsheet = fs;
     container = layout;
     Initialize();
 }
Example #4
0
 public ResultsViewer(DWSIM.UI.Desktop.Shared.Flowsheet fs)
 {
     Flowsheet = fs;
     Init();
 }
Example #5
0
        public ChartManager(DWSIM.UI.Desktop.Shared.Flowsheet fs)
        {
            Flowsheet = fs;

            Init();
        }