예제 #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);
        }