C# Class PredictiveCodeSuggestions.Shell.Loader

Mostra file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Private Properties

Property Type Description
DoUpdateFiles void
DocumentSaved void
UpdateFiles void

Public Methods

Method Description
Loader ( ) : System

Initializes a new instance of the Loader class.

Private Methods

Method Description
DoUpdateFiles ( object sender, System.Timers.ElapsedEventArgs e ) : void

Does the update files.

DocumentSaved ( string fileName ) : void

Documents the saved.

UpdateFiles ( ) : void

Updates the files.

Method Details

Loader() public method

Initializes a new instance of the Loader class.
public Loader ( ) : System
return System