Autometaii.ACommand.ACommand C# (CSharp) 메소드

ACommand() 보호된 메소드

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