Exemple #1
0
 public bool OpenFile(string FileName, TStreamFormat Format)
 {
     return(ZPlay.zplay_OpenFileW(this.objptr, FileName, Convert.ToInt32((object)Format)) == 1);
 }