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.
 
 
 
 
 
 

22 lines
342 B

  1. // ToolBox.cs created with MonoDevelop
  2. // User: sam at 12:31 05/10/2008
  3. //
  4. // To change standard headers go to Edit->Preferences->Coding->Standard Headers
  5. //
  6. using System;
  7. namespace ThePimp
  8. {
  9. public partial class ToolBox : Gtk.Bin
  10. {
  11. public ToolBox()
  12. {
  13. this.Build();
  14. }
  15. }
  16. }