How to create multiple commands in one Visual Studio project?

I want to make a plugin in Rhino that has in in it multiple commands. How would I do so?

Simply add a new Item of through solution explorer

http://developer.rhino3d.com/guides/cpp/defining_new_plugin_commands/

http://developer.rhino3d.com/guides/rhinocommon/adding_commands_to_projects/

I’m not using c++ to make rhino plugins, I’m using visual studio c#. Do I
simply make another class within the same project using the same structure
as the original class?

Click my 2nd link…

Sorry, I may just be blind but I only see the link to the cpp one.

http://developer.rhino3d.com/guides/rhinocommon/adding_commands_to_projects/

I was really overthinking what I had to do. Thank you for your help!

Is there another way to get to the second link you posted? The link appears to be broken. I have the same question and would like to look at the example if possible. Thanks

I think is what you’re looking for: