예제 #1
0
 public void StateChange(Object o, EventArgs ea) {
   SecurityAssociation sa = o as SecurityAssociation;
   state = sa.State;
 }
예제 #2
0
        public void StateChange(Object o, EventArgs ea)
        {
            SecurityAssociation sa = o as SecurityAssociation;

            state = sa.State;
        }