Beispiel #1
0
        List <Chain> m_chains = new List <Chain>();                                                     // 체인 목록


        public AutomationHub(IAutomationHubManager manager)
        {
            manager.RegisterAutomationHub(new AutomationHubHandle(this));
        }
        List<Data.IAutomationControl> m_targets = new List<Data.IAutomationControl>(); // 오토메이션 타겟 목록

        #endregion Fields

        #region Constructors

        public AutomationHub(IAutomationHubManager manager)
        {
            manager.RegisterAutomationHub(new AutomationHubHandle(this));
        }