Example #1
0
 public GameMethods(Authentification auth)
 {
     this.auth = auth;
 }
Example #2
0
 private void button1_Click(object sender, EventArgs e)
 {
     auth = new Authentification("68c6a31b752a5d36189561856c4ed4c3", "121905459");
     game = new GameMethods(auth);
 }