Example #1
0
 private void ParserOnOnCompileError(object sendler, CompileErrorEventArgs e)
 {
     MessageBox.Show(e.ToString());
 }