ATMLWorkBench.Forms.SignalComponent.SignalComponent C# (CSharp) Метод

SignalComponent() публичный Метод

public SignalComponent ( System container ) : System
container System
Результат System
        public SignalComponent(System.Windows.Forms.Control container)
        {
            this.container = container;
        }