Exemplo n.º 1
0
 internal virtual void SaveFixLedger()
 {
     if (s_sourceFileFixLedger.Count > 0)
     {
         SdkUIUtilities.StoreObject <Dictionary <string, FixOffsetList> >(s_sourceFileFixLedger, s_sourceFileFixLedgerFileName);
     }
 }