public BaseStrategy() { try { control = CreateControl(); } catch (Exception e) { Console.WriteLine(e.StackTrace); throw e; } }
public AddStockForm(StrategyControl ctrl) { InitializeComponent(); this.ctrl = ctrl; }