You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- // ToolBox.cs created with MonoDevelop
- // User: sam at 12:31 05/10/2008
- //
- // To change standard headers go to Edit->Preferences->Coding->Standard Headers
- //
-
- using System;
-
- namespace ThePimp
- {
-
-
- public partial class ToolBox : Gtk.Bin
- {
-
- public ToolBox()
- {
- this.Build();
- }
- }
- }
|