Esempio n. 1
0
 protected void AddNewSubCommand(string commandName, string showName, int iconIndex)
 {
     NewCommandData newCommand = new NewCommandData(commandName, showName, iconIndex);
     m_commands.Add(newCommand);
 }
Esempio n. 2
0
        protected void AddNewSubCommand(string commandName, string showName, int iconIndex)
        {
            NewCommandData newCommand = new NewCommandData(commandName, showName, iconIndex);

            m_commands.Add(newCommand);
        }