Exemplo n.º 1
0
 /// <summary>
 /// Create a new InterfaceTextEntryHandler for a specific interface
 /// </summary>
 /// <param Name="owner">The interface this is handling text entry for</param>
 public InterfaceTextEntryHandler(AbstractInterface owner)
 {
     Owner = owner;
     UpdateWidth += OnUpdateWidth;
 }
 /// <summary>
 /// Create a new InterfaceTextEntryHandler for a specific interface
 /// </summary>
 /// <param Name="owner">The interface this is handling text entry for</param>
 public InterfaceTextEntryHandler(AbstractInterface owner)
 {
     Owner        = owner;
     UpdateWidth += OnUpdateWidth;
 }