Exemplo n.º 1
0
 private void Information_Load(object sender, EventArgs e)
 {
     api = new Webapi();
     View();
 }
Exemplo n.º 2
0
 private void ChoiceForm_Load(object sender, EventArgs e)
 {
     api = new Webapi();
     View();
     first_view();
 }