private void button1_Click(object sender, EventArgs e) { SapConnection oSapConnection = new SapConnection(); txtAux.Text = oSapConnection.test(); }