Exemplo n.º 1
0
        public int Show()
        {
            TextWindowShownEventArgs e = new TextWindowShownEventArgs();

            Shown(this, e);
            return(e.Answer);
        }
Exemplo n.º 2
0
 public int Show()
 {
     TextWindowShownEventArgs e = new TextWindowShownEventArgs();
     Shown(this, e);
     return e.Answer;
 }