Difference between revisions of "A 'hello world' CS program"
From Ribbon Commander Documentation
(Created page with "== Creating a tab == * Add a new class to your project and name it MyCustomUI. * Add the following code to your class <codehighlight lang...") |
(No difference)
|
Revision as of 00:22, 15 March 2013
Creating a tab
- Add a new class to your project and name it MyCustomUI.
- Add the following code to your class
<codehighlight lang="cs" line>
</codehighlight>