コード例 #1
0
        public DDETickerRouter()
        {
            client           = new DDEClient();
            this.initialized = new RtdServerTicker(client.InitializationMessage);

            tracker = new DDETracker(client);
        }
コード例 #2
0
        public DDETickerRouter()
        {
            client = new DDEClient();
            this.initialized = new RtdServerTicker(client.InitializationMessage);

            tracker = new DDETracker(client);
        }
コード例 #3
0
 void ticker_IsSubscribedChanged(RtdServerTicker ticker, bool subscribed)
 {
     CountSubscriptions();
 }
コード例 #4
0
 void ticker_IsSubscribedChanged(RtdServerTicker ticker, bool subscribed)
 {
     CountSubscriptions();
 }