Ejemplo n.º 1
0
        public void AxHost_AttachInterfaces_Invoke_Nop()
        {
            var control = new SubAxHost("00000000-0000-0000-0000-000000000000");

            control.AttachInterfaces();
            control.AttachInterfaces();
        }