Inheritance: System.Windows.Window
Exemplo n.º 1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="InviteMember"/> class.
        /// </summary>
        /// <param name="chatroom">The chatroom.</param>
        public InviteMember(ChatroomWindow chatroom)
        {
            Requires.NotNull(chatroom, "chatroom");

            this.chatroom = chatroom;
            this.InitializeComponent();
        }
Exemplo n.º 2
0
        /// <summary>
        /// Initializes a new instance of the <see cref="InviteMember"/> class.
        /// </summary>
        /// <param name="chatroom">The chatroom.</param>
        public InviteMember(ChatroomWindow chatroom)
        {
            Requires.NotNull(chatroom, "chatroom");

            this.chatroom = chatroom;
            this.InitializeComponent();
        }