Inheritance: System.Windows.Window
Esempio 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();
        }
Esempio 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();
        }