예제 #1
0
 protected override void PostStop()
 {
     base.PostStop();
     _statements.ForEach(s => s.Value.Stop());
 }