Ejemplo n.º 1
0
 public Processor()
 {
     try
     {
         settings = new CurrentSettings();
         settings.Load();
     }
     catch (Exception ex)
     {
         ex.Write();
     }
 }
Ejemplo n.º 2
0
 public GoogleAccess()
 {
     try
     {
         settings = new CurrentSettings();
         settings.Load();
     }
     catch (Exception ex)
     {
         ex.Write();
     }
 }