25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

22 satır
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. }