示例#1
0
文件: CMain.cs 项目: da-ka/Vocaluxe
 public bool GetCover(string fileName, ref CTextureRef texture, int coverSize)
 {
     return(CDataBase.GetCover(fileName, ref texture, coverSize));
 }