Пример #1
0
 public void Bind(IOpeningCondition oc)
 {
     if (!Os.Contains(oc))
     {
         Os.Add(oc);
     }
 }