Esempio n. 1
0
 /// <summary>
 /// Adds the <paramref name="formatFile"/> to the current FormatTable's file list.
 /// The FormatTable will not reflect the change until Update is called.
 /// </summary>
 /// <param name="formatFile"></param>
 /// <param name="shouldPrepend">
 /// if true, <paramref name="formatFile"/> is prepended to the current FormatTable's file list.
 /// if false, it will be appended.
 /// </param>
 internal void Add(string formatFile, bool shouldPrepend)
 {
     _formatDBMgr.Add(formatFile, shouldPrepend);
 }