コード例 #1
0
 /// <param name="manager">Event manager for the window to use</param>
 /// <param name="registration">The event registration to use</param>
 public MouseCapture(qx.eventx.Manager manager, qx.eventx.Registration registration)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 /// <summary>
 /// <para>Creates a new instance of the event handler.</para>
 /// </summary>
 /// <param name="win">The DOM window this manager handles the events for</param>
 /// <param name="registration">The event registration to use</param>
 public Manager(Window win, qx.eventx.Registration registration)
 {
     throw new NotImplementedException();
 }