Esempio n. 1
0
        public ICANCOMPREHEND() : base("ICANCOMPREHENDv1")
        {
            utility = new ICANCOMPREHENDUtility();
            helper  = new ICANCOMPREHENDHelper(utility);

            Hub.Subscribe <IBotResult>(this.ProcessBotResult);
        }
Esempio n. 2
0
 public override void Dispose()
 {
     utility = null;
     helper  = null;
 }