Beispiel #1
0
 /// <summary>
 /// Handles left-up mouse click.
 /// </summary>
 /// <param name="p">The position where the left-up occurred.</param>
 internal override void LButtonUp(IPosition p)
 {
     if (m_Cmd != null)
     {
         m_Cmd.LButtonUp(p);
     }
 }