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.
 
 
 
 
 
 

19 line
326 B

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