コード例 #1
0
ファイル: WrapperProxy.cs プロジェクト: dazhouhu/MFWSDK
 public static ErrorNumber SetConfigFilePath(string filePath)
 {
     return((ErrorNumber)WrapperInterface.setConfigFilePath(filePath));
 }