FSpot.MainWindow.HandleSelectLastRoll C# (CSharp) Method

HandleSelectLastRoll() public method

public HandleSelectLastRoll ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void
		void HandleSelectLastRoll (object sender, EventArgs args)
		{
			query.RollSet = new RollSet (Database.Rolls.GetRolls (1));
		}
MainWindow