コード例 #1
0
        private void FillAllRatings()
        {
            SQLConnections sql = new SQLConnections();

            AllRatings = sql.GetAllRatings();
        }