예제 #1
0
 void mysql_OnError(object sender, Mysql.MysqlConnection.MysqlErrorEventArgs e)
 {
     MessageBox.Show(e.getException().Message);
 }