示例#1
0
 private void LoadProjectPayload(object sender, DoWorkEventArgs args)
 {
     RomProject.Load(openProjectDialog.FileName);
 }