Exemplo n.º 1
0
        //
        // Gtk#/Glade# Required Functions...
        //

        public void app_file_open(object o, EventArgs args)
        {
            OpenFileSelection ofd = new OpenFileSelection(new OpenFileSuccess(OpenAssembly));

            ofd.Run();
            ofd.Destroy();
        }
Exemplo n.º 2
0
		//
		// Gtk#/Glade# Required Functions...
		//

		public void app_file_open (object o, EventArgs args)
		{
			OpenFileSelection ofd = new OpenFileSelection (new OpenFileSuccess (OpenAssembly));
      ofd.Run ();
			ofd.Destroy ();
		}