public void LoadFile(string fileName) { this._currentFile = new SnippetFile(fileName); }
public void CreateNewFile() { this._currentFile = new SnippetFile(); this._currentSnippetIndex = 0; }