// // Dialog.cs: Dialog box // // Authors: // Miguel de Icaza (miguel@gnome.org) // using System; using System.Collections.Generic; using NStack; namespace Terminal.Gui { /// /// The dialog box is a window that by default is centered and contains one /// or more buttons. /// public class Dialog : Window { List