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.
|
- // 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();
- }
- }
- }
|