public int Show() { TextWindowShownEventArgs e = new TextWindowShownEventArgs(); Shown(this, e); return(e.Answer); }
public int Show() { TextWindowShownEventArgs e = new TextWindowShownEventArgs(); Shown(this, e); return e.Answer; }