Exemple #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            SapConnection oSapConnection = new SapConnection();

            txtAux.Text = oSapConnection.test();
        }