Ejemplo n.º 1
0
        private void btn_Salva_Reparto_Click(object sender, EventArgs e)
        {
            SQLServiceLinea InsertLinea = new SQLServiceLinea();

            InsertLinea.Insert_INTO("test", "Conf");
        }
Ejemplo n.º 2
0
        private void btn_Salva_Reparto_Click(object sender, EventArgs e)
        {
            SQLServiceLinea InsertLinea = new SQLServiceLinea();

            InsertLinea.Insert_INTO(textBox22.Text, textBox21.Text);
        }