Example #1
0
 private void ThisXDocument_BeforeSave(InfoPath._XDocument xDocument, ref bool cancel)
 {
     MessageBox.Show("save");
     //xDocument.ImportFile(@"E:\ProntoDir\pdm\Pdmpocplugin.xsd");
 }
Example #2
0
 private void ThisXDocument_Open(InfoPath._XDocument xDocument)
 {
     MessageBox.Show("open");
     //xDocument.ImportFile(@"E:\ProntoDir\pdm\Pdmpocplugin.xsd");
 }