Example #1
0
 public void LoadFile(string fileName)
 {
     this._currentFile = new SnippetFile(fileName);
 }
Example #2
0
 public void LoadFile(string fileName)
 {
     this._currentFile = new SnippetFile(fileName);
 }
Example #3
0
 public void CreateNewFile()
 {
     this._currentFile = new SnippetFile();
     this._currentSnippetIndex = 0;
 }
Example #4
0
 public void CreateNewFile()
 {
     this._currentFile         = new SnippetFile();
     this._currentSnippetIndex = 0;
 }