public NHLSettingsForm(NHLGameMonitor monitor)
 {
     InitializeComponent();
     gameMonitor = monitor;
     gameMonitor.Grabber.Updated += Grabber_Updated;
     adjust = AdjustGameList;
 }
Exemple #2
0
 public NHLSettingsForm(NHLGameMonitor monitor)
 {
     InitializeComponent();
     gameMonitor = monitor;
     gameMonitor.Grabber.Updated += Grabber_Updated;
     adjust = AdjustGameList;
 }
 public IAdjustment CreateAdjustment(int SubscriptionID, int amount_in_cents, string memo, AdjustmentMethod method)
 {
     throw new NotImplementedException();
 }
 public IAdjustment CreateAdjustment(int SubscriptionID, decimal amount, string memo, AdjustmentMethod method)
 {
     throw new NotImplementedException();
 }