Esempio n. 1
0
 /// <summary>
 /// Removes the <paramref name="formatFile"/> from the current FormatTable's file list.
 /// The FormatTable will not reflect the change until Update is called.
 /// </summary>
 /// <param name="formatFile"></param>
 internal void Remove(string formatFile)
 {
     _formatDBMgr.Remove(formatFile);
 }