public KgDemo()
 {
     _pieClient = new Kg.Pie("Api Key", "Secret Key");
 }
Beispiel #2
0
 public KgDemo()
 {
     _pieClient = new Kg.Pie(AiKeySecret.ApiKey, AiKeySecret.SecretKey);
 }