// private AsyncShowCallbackData asyncMsg = null; public LoginWin(LTSDemo parent) { this.parent = parent; InitializeComponent(); this.parent.asyncMsg = AsyncShowCallbackExtendHelper.MakeAsyncShowCallback(this, msglabel, null); //Init(); }
public LTSMarketDemo() { InitializeComponent(); asyncMsg = AsyncShowCallbackExtendHelper.MakeAsyncShowCallback(this, MarketLabel, null); }