Beispiel #1
0
 public AssociationStateOperational(Association host)
     : base(host)
 {
 }
Beispiel #2
0
 public AssociationStateError(Association host)
     : base(host)
 {
 }
Beispiel #3
0
 public AssociationStateNoConfiguration(Association host)
     : base(host)
 {
 }
Beispiel #4
0
 public AssociationStateBase(Association host)
 {
     m_Host = host;
 }
Beispiel #5
0
 public AssociationStateDisabled(Association host)
     : base(host)
 {
 }
Beispiel #6
0
 public AssociationStateError(Association host)
     : base(host)
 {
 }
Beispiel #7
0
 public AssociationStateNoConfiguration(Association host)
     : base(host)
 {
 }
Beispiel #8
0
 public AssociationStateOperational(Association host)
     : base(host)
 {
 }
Beispiel #9
0
 public AssociationStateDisabled(Association host)
     : base(host)
 {
 }
Beispiel #10
0
 public AssociationStateBase(Association host)
 {
     m_Host = host;
 }