Esempio n. 1
0
 private void IDOK_Btn_Click(object sender, EventArgs e)
 {
     m_SQLController.SQLAddress1  = SQLAddress_TB.Text;
     m_SQLController.SQLUserName1 = SQLUserName_TB.Text;
     m_SQLController.SQLPwd1      = SQLPwd_TB.Text;
     m_SQLController.SetSQLIni();
     this.Close();
 }