C# Class Tripod.Sources.PhotoSourceInfoManager

This class tracks the available types of photo sources, as registered by the addins.
Show file Open project: rubenv/tripod Class Usage Examples

Public Properties

Property Type Description
Instance PhotoSourceInfoManager

Public Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
OnExtensionChanged ( object o, Mono.Addins.ExtensionNodeEventArgs args ) : void
PhotoSourceInfoManager ( ) : System
RegisterPhotoSource ( IPhotoSourceInfo source_info ) : void

Method Details

Initialize() public static method

public static Initialize ( ) : void
return void

Property Details

Instance public static property

public static PhotoSourceInfoManager,Tripod.Sources Instance
return PhotoSourceInfoManager