Exemple #1
0
 public string GetTextMid(string bSource, string leftword, string rightword)
 {
     return(Marshal.PtrToStringAnsi(Luna.GetTextMid(bSource, leftword, rightword)));
 }