Exemplo n.º 1
0
 public KgDemo()
 {
     _pieClient = new Kg.Pie("Api Key", "Secret Key");
 }
Exemplo n.º 2
0
Arquivo: KgDemo.cs Projeto: ly2018/t
 public KgDemo()
 {
     _pieClient = new Kg.Pie(AiKeySecret.ApiKey, AiKeySecret.SecretKey);
 }