Beispiel #1
0
 private static extern int interface_getDlgParameter(ref parameters.dlgParameters info);//调用.dll文件中Interface.cpp中的函数定义
Beispiel #2
0
 private void writeDlg2Structure(ref parameters.dlgParameters dst)
 {
     dst.inputMethod      = cmbBx_MW_InputMethod.SelectedIndex;
     dst.strInputFilePath = txtBx_MW_InputFile.Text;
     dst.strSavePath      = txtBx_MW_SavePath.Text;
 }