コード例 #1
0
 public void SetVersionCharPtr()
 {
     DLLImports.SetVersionCharPtr("Version 1.0");
     DisplayText = "SetVersionCharPtr(\"Version 1.0\") passed version \"" + DLLImports.GetVersionBSTR() + "\"";
 }