예제 #1
0
 protected override void Dispose(bool disposing)
 {
     if (disposing && Decision != null)
     {
         Decision.Dispose();
         Decision = null;
     }
 }
예제 #2
0
 public CardUsageDecision(UseCardContainer decision)
 {
     Decision = decision;
 }