protected override void CreateSink() {
try {
this.eventMulticaster = new AxMsTscAxEventMulticaster(this);
this.cookie = new System.Windows.Forms.AxHost.ConnectionPointCookie(this.ocx, this.eventMulticaster, typeof(MSTSCLib.IMsTscAxEvents));
}
catch (System.Exception ) {
}
}