Animatroller.Framework.LogicalDevice.Motor.Motor C# (CSharp) Method

Motor() public method

public Motor ( string name ) : System
name string
return System
        public Motor(string name)
        {
            this.name = name;
            Executor.Current.Register(this);
        }