Example #1
0
 public void AppendToFile(string identifier, ES2Settings settings)
 {
     ES2.AppendRaw(data, identifier, settings.Clone(identifier));
 }
Example #2
0
 public void AppendToFile(string identifier)
 {
     ES2.AppendRaw(data, identifier);
 }