Brunet.Security.SecurityAssociationTest.StateChange C# (CSharp) Méthode

StateChange() public méthode

public StateChange ( Object o, EventArgs ea ) : void
o Object
ea System.EventArgs
Résultat void
    public void StateChange(Object o, EventArgs ea) {
      SecurityAssociation sa = o as SecurityAssociation;
      state = sa.State;
    }