Пример #1
0
 public void Initialize()
 {
     if (vendor == null)
     {
         vendor = new Vendor(Config.GetProperty("vendor.token", ""));
         Console.WriteLine("Authenticating...");
         vendor.Authenticate(Config.GetProperty("vendor.email", ""), Config.GetProperty("vendor.password", ""));
     }
 }