Method | Description | |
---|---|---|
Insert ( string fileName ) : void |
Insert a SQL file to the beginning of last opened SQL files
|
|
Load ( ) : void |
Loads last opened sql file names from configuration. File that don't exists are removed from the list.
|
|
Remove ( string fileName ) : void |
Remove fileName from last opened files
|
|
RemoveAll ( ) : void |
Remove all file items from last opened files
|
|
Save ( ) : void |
Save sql file names to configuration. Don't store duplicated file names
|
|
SqlLastOpenedFilesCfg ( |
Constructor which load all last opened file names
|
public SqlLastOpenedFilesCfg ( |
||
currentConfig | current Configuration | |
return | System.IO |