Difference between revisions of "A 'hello world' CS program"

From Ribbon Commander Documentation
Jump to: navigation, search
(Creating a tab)
(Creating a tab)
Line 3: Line 3:
 
* Add the following code to your class
 
* Add the following code to your class
  
<syntaxhighlight lang="cs" line>
+
<syntaxhighlight lang="csharp" line>
  
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 01:23, 15 March 2013

Creating a tab

  • Add a new class to your project and name it MyCustomUI.
  • Add the following code to your class
  1.