Ejemplo n.º 1
0
 public MCApiToken(AuthedEndpoint ae)
 {
     AE = ae;
 }
Ejemplo n.º 2
0
 public MCAPIToken(AuthedEndpoint authEndpoint)
 {
     authedEndpoint = authEndpoint;
 }
Ejemplo n.º 3
0
 public void ss()
 {
     AuthedEndpoint ae = new AuthedEndpoint("");
 }