Beispiel #1
0
        private void EvaporationAndDryingSystem_StreamDeleted(string streamName)
        {
            ProcessStreamBaseControl ctrl = GetProcessStreamBaseControl(streamName);

            this.flowsheet.RemoveSolvableControl(ctrl);
        }