示例#1
0
 private void MTAEditor_Load(object sender, EventArgs e)
 {
     richTextBox1.Text = mta.Decompile();
 }