Exemplo n.º 1
0
        /// <summary>
        /// The window to contorl the guests.
        /// </summary>
        public GuestWindow(Guest guest)
        {
            this.guest = guest;

            InitializeComponent();
        }