コード例 #1
0
ファイル: Database.cs プロジェクト: thomasr3/MediaPortal-1
 public static void SetRotation(string strPicture, int iRotation)
 {
     _database.SetRotation(strPicture, iRotation);
 }