Autometaii.ACommand.ACommand C# (CSharp) Method

ACommand() protected method

protected ACommand ( System.Guid commandID ) : System
commandID System.Guid
return System
        protected ACommand(Guid commandID)
        {
            fCommandID = commandID;
        }
ACommand