Example #1
0
 public ContextStub(AppStub app)
 {
     _app = app;
 }
Example #2
0
 public void Dispose()
 {
     _app = null;
 }