Example #1
0
 public void OnEnterPressed()
 {
     if (show)
     {
         dialog.OnEnterPressed();
     }
     else
     {
         show = true;
         Parent.SetFocus(this);
     }
 }