Exemplo n.º 1
0
 public void Open(bool useElevatedTrust)
 {
     file = FileFactory.Create(filePath, false, useElevatedTrust);
 }
Exemplo n.º 2
0
 public ObjectSerializer(string filePath, bool useElevatedTrust)
 {
     this.filePath = filePath;
     file          = FileFactory.Create(filePath, false, useElevatedTrust);
 }