示例#1
0
文件: Connect.cs 项目: zelon/ZAssist
 protected void AddNewSubCommand(string commandName, string showName, int iconIndex)
 {
     NewCommandData newCommand = new NewCommandData(commandName, showName, iconIndex);
     m_commands.Add(newCommand);
 }
示例#2
0
        protected void AddNewSubCommand(string commandName, string showName, int iconIndex)
        {
            NewCommandData newCommand = new NewCommandData(commandName, showName, iconIndex);

            m_commands.Add(newCommand);
        }