Exemplo n.º 1
0
 private void Form1_Shown(object sender, EventArgs e)
 {
     TTAPIFunctions TTAPIF = new TTAPIFunctions(); TTAPIF.Init(this, true);
 }
Exemplo n.º 2
0
 public void Init(TTAPIFunctions conclass, Form1 f, UniversalLoginTTAPI api)
 {
     MainForm = f; TTAPIF = conclass; apiInstance = api;
 }