Exemplo n.º 1
0
 public string GetRandomFile(string filepath)
 {
     //MessageBox.Show(Luna.FLE_GetRandomFile(filepath));
     return(Marshal.PtrToStringAnsi(Luna.GetRandomFile(filepath)));
 }