FSpot.MainWindow.HandleAdaptorGlassSet C# (CSharp) 메소드

HandleAdaptorGlassSet() 공개 메소드

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