FSpot.MainWindow.HandleAdaptorGlassSet C# (CSharp) Method

HandleAdaptorGlassSet() public method

public HandleAdaptorGlassSet ( FSpot.GroupAdaptor sender, int index ) : void
sender FSpot.GroupAdaptor
index int
return void
		void HandleAdaptorGlassSet (GroupAdaptor sender, int index)
		{
			JumpTo (index);
		}
MainWindow