ExcelDna.IntelliSense.ExcelToolTipWatcher.ExcelToolTipWatcher C# (CSharp) Метод

ExcelToolTipWatcher() публичный Метод

public ExcelToolTipWatcher ( WindowWatcher windowWatcher, SynchronizationContext syncContextAuto ) : System
windowWatcher WindowWatcher
syncContextAuto System.Threading.SynchronizationContext
Результат System
        public ExcelToolTipWatcher (WindowWatcher windowWatcher, SynchronizationContext syncContextAuto)
        {
            _syncContextAuto = syncContextAuto;
            _windowWatcher = windowWatcher;
            _windowWatcher.ExcelToolTipWindowChanged += _windowWatcher_ExcelToolTipWindowChanged;
        }