Ejemplo n.º 1
0
	public Ziggeo(string token, string private_key, string encryption_key) {
		this.token = token;
		this.private_key = private_key;
		this.encryption_key = encryption_key;
		this.configObj = new ZiggeoConfig();
		this.connectObj = new ZiggeoConnect(this);
	}
Ejemplo n.º 2
0
 public Ziggeo(string token, string private_key, string encryption_key)
 {
     this.token          = token;
     this.private_key    = private_key;
     this.encryption_key = encryption_key;
     this.configObj      = new ZiggeoConfig();
     this.connectObj     = new ZiggeoConnect(this);
 }