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