Beispiel #1
0
 public Flag(Type type, params OperationalAddressStateType[] stateTypes)
 {
     Type = type;
     StateType.AddRange(stateTypes);
 }