コード例 #1
0
 public void RegisterMonitor(IWatchRule match)
 {
     DependentWidgets.Add(match);
     match.StateChanged += onStateChangedHandler;
 }