Exemplo n.º 1
0
 public void Initialize(DataSourceElement configuration)
 {
     if (Directory.Exists(configuration.Path) == false)
     {
         Directory.CreateDirectory(configuration.Path);
     }
     loggingFolder = configuration.Path;
 }
Exemplo n.º 2
0
 public void Initialize(DataSourceElement configuration)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void Initialize(DataSourceElement configuration)
 {
 }
Exemplo n.º 4
0
 public void Initialize(DataSourceElement configuration)
 {
     throw new NotImplementedException();
 }