Treefrog.Presentation.Commands.CommandKey.CommandKey C# (CSharp) Method

CommandKey() public method

public CommandKey ( Symbol prototype ) : System
prototype Treefrog.Utility.Symbol
return System
        public CommandKey(Symbol prototype)
            : base(prototype)
        {
        }
CommandKey