Esempio n. 1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="NuGenImageExportForm"/> class.
        /// </summary>
        public NuGenImageExportForm()
        {
            this.InitializeComponent();
            frmNag Nag = new frmNag();

            Nag.ShowDialog();
            Nag.Dispose();
            Nag = null;
        }
		/// <summary>
		/// Initializes a new instance of the <see cref="NuGenImageExportForm"/> class.
		/// </summary>
		public NuGenImageExportForm()
		{
			this.InitializeComponent();
            frmNag Nag = new frmNag();
            Nag.ShowDialog();
            Nag.Dispose();
            Nag = null;

            
		}