예제 #1
0
 internal CountCallers(StateManagerStub parent)
 {
     this.parent = parent;
 }
예제 #2
0
 internal CountCallsMethods(StateManagerStub parent, int position)
 {
     this.parent   = parent;
     this.position = position;
 }
예제 #3
0
 internal Handlers(StateManagerStub parent)
 {
     this.parent = parent;
 }
예제 #4
0
 internal CountCallerMethods(StateManagerStub parent, int count)
 {
     this.parent = parent;
     this.count  = count;
 }