예제 #1
0
        private void btn_Salva_Reparto_Click(object sender, EventArgs e)
        {
            SQLServiceLinea InsertLinea = new SQLServiceLinea();

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

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