C# Class Rubberduck.AutoSave.AutoSave

Inheritance: IDisposable
Show file Open project: retailcoder/Rubberduck Class Usage Examples

Public Methods

Method Description
AutoSave ( VBE vbe, IGeneralConfigService configService ) : System
Dispose ( ) : void

Private Methods

Method Description
ConfigServiceSettingsChanged ( object sender, EventArgs e ) : void
_timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

AutoSave() public method

public AutoSave ( VBE vbe, IGeneralConfigService configService ) : System
vbe VBE
configService IGeneralConfigService
return System

Dispose() public method

public Dispose ( ) : void
return void