コード例 #1
0
        public static void SetGenerated(int showId)
        {
            String moduleSettings = ModuleConfig.GetSettings();
            Data.Shows shows = new Data.Shows(moduleSettings);

            shows.SetGenerated(showId);
        }