コード例 #1
0
 public void Add(CommandServiceComponent component)
 {
     if (_trackerRegistry.Contains(component))
     {
         return;
     }
     _trackerRegistry.Add(component);
 }
コード例 #2
0
 public ComponentMetadata(CommandServiceComponent component)
 {
     ComponentReference = new WeakReference(component);
     AddReference();
 }