Example #1
0
 /// <summary>
 /// Return the amount of files loaded by the application
 /// </summary>
 /// <returns>The amount of files loaded by the application</returns>
 public int GetLoadedFileCounter()
 {
     return(app.GetFileCount());
 }