Beispiel #1
0
        /// <summary>
        /// Handles the Click event of the menuWikiManageAccounts control.
        /// </summary>
        /// <param name="sender">The source of the event.</param>
        /// <param name="e">The <see cref="System.Windows.RoutedEventArgs"/> instance containing the event data.</param>
        private void menuWikiManageAccounts_Click(object sender, RoutedEventArgs e)
        {
            WikiAccountManagementWindow managementWindow = new WikiAccountManagementWindow(this.knownWikiAccounts);

            managementWindow.clientToUse = this.dokuWikiClient;
            managementWindow.Visibility  = Visibility.Visible;
        }
		/// <summary>
		/// Handles the Click event of the menuWikiManageAccounts control.
		/// </summary>
		/// <param name="sender">The source of the event.</param>
		/// <param name="e">The <see cref="System.Windows.RoutedEventArgs"/> instance containing the event data.</param>
		private void menuWikiManageAccounts_Click(object sender, RoutedEventArgs e)
		{
			WikiAccountManagementWindow managementWindow = new WikiAccountManagementWindow(this.knownWikiAccounts);
			managementWindow.clientToUse = this.dokuWikiClient;
			managementWindow.Visibility = Visibility.Visible;
		}