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