private void autoGenXPlatSourceMenuItem_Click(object sender, EventArgs e)
 {
     PCExeSysLink.CallEventHandlerFunction(autoGenXPlatSource, sender, e);
 }
 private void viewXPlatSourceDirMenuItem_Click(object sender, EventArgs e)
 {
     PCExeSysLink.CallEventHandlerFunction(showXPlatSourceDir, sender, e);
 }