Esempio n. 1
0
 public state_tryConncet(Customer node, Customer traget, state next1, state next2, digProcess process)
 {
     this.node    = node;
     this.traget  = traget;
     this.next1   = next1;
     this.next2   = next2;
     this.process = process;
 }
Esempio n. 2
0
 public state_End(digProcess process)
 {
 }