Esempio n. 1
0
        private static void HookInkImpl(IInkHooks subject, Control control)
        {
            HookAdapter adapter = new HookAdapter(subject);

            control.CreateControl();
            StylusReader.HookStylus(adapter, control);
        }
Esempio n. 2
0
 private static void HookInkImpl(IInkHooks subject, Control control)
 {
     HookAdapter adapter = new HookAdapter(subject);
     control.CreateControl();
     StylusReader.HookStylus(adapter, control);
 }