FSpot.MainWindow.HandleCreateVersionCommand C# (CSharp) Method

HandleCreateVersionCommand() public method

public HandleCreateVersionCommand ( object obj, EventArgs args ) : void
obj object
args System.EventArgs
return void
		void HandleCreateVersionCommand (object obj, EventArgs args)
		{
			PhotoVersionCommands.Create cmd = new PhotoVersionCommands.Create ();
			cmd.Execute (Database.Photos, CurrentPhoto, GetToplevel (null));
		}
MainWindow