예제 #1
0
 public IContext WhenResuming(Action handler)
 {
     _lifecycle.WhenResuming(handler);
     return(this);
 }