コード例 #1
0
ファイル: TLClient_WM.cs プロジェクト: nacht/tradelink
 public TLClient_WM(int ProviderIndex, string clientname, bool showarmingonmissingserver)
     : base()
 {
     this.Text          = WMUtil.GetUniqueWindow(clientname);
     gotFeatures       += new MessageTypesMsgDelegate(TLClient_WM_gotFeatures);
     this.WindowState   = FormWindowState.Minimized;
     this.ShowInTaskbar = false;
     this.Hide();
     this.Mode(ProviderIndex, showarmingonmissingserver);
 }
コード例 #2
0
ファイル: TLClient_WM.cs プロジェクト: antonywu/tradelink
 public TLClient_WM(int ProviderIndex, string clientname, bool showarmingonmissingserver)
     : base()
 {
     this.Text = WMUtil.GetUniqueWindow(clientname);
     gotFeatures += new MessageTypesMsgDelegate(TLClient_WM_gotFeatures);
     this.WindowState = FormWindowState.Minimized;
     this.ShowInTaskbar = false;
     this.Hide();
     this.Mode(ProviderIndex, showarmingonmissingserver);
 }