コード例 #1
0
 public void ToggleRingPlannerLock()
 {
     String moduleSettings = ModuleConfig.GetSettings();
     Data.Shows shows = new Data.Shows(moduleSettings);
     RingPlannerLock = !RingPlannerLock;
     shows.RingPlannerLock(ID, RingPlannerLock);
 }