Ejemplo n.º 1
0
        /// <summary>
        /// Handles the Click event of the menuItemAutoConvertPublish 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 menuItemAutoConvertPublish_Click(object sender, RoutedEventArgs e)
        {
            PublisherConverterForm autoConverterPublisher = new PublisherConverterForm();

            autoConverterPublisher.Owner = this;
            autoConverterPublisher.ShowDialog();
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Handles the Click event of the menuItemAutoConvertPublish 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 menuItemAutoConvertPublish_Click(object sender, RoutedEventArgs e)
 {
     PublisherConverterForm autoConverterPublisher = new PublisherConverterForm();
     autoConverterPublisher.Owner = this;
     autoConverterPublisher.ShowDialog();
 }