Revision 049333d2 trunk/NetSparkle/NetSparkle.cs

b/trunk/NetSparkle/NetSparkle.cs
5 5
using System.ComponentModel;
6 6
using System.Threading;
7 7
using System.Net;
8
using System.Windows;
8 9
using System.Windows.Forms;
9 10
using System.Drawing;
10 11
using System.Runtime.InteropServices;
......
12 13
using System.Diagnostics;
13 14
using System.Security.Cryptography.X509Certificates;
14 15
using System.Net.Security;
16
using Point = System.Drawing.Point;
15 17

  
16 18
namespace AppLimit.NetSparkle
17 19
{
......
437 439
        /// <param name="currentItem"></param>
438 440
        public void ShowUpdateNeededUI(NetSparkleAppCastItem currentItem)
439 441
        {
442

  
440 443
            // create the form
441 444
            NetSparkleForm frm = new NetSparkleForm(currentItem, ApplicationIcon, ApplicationWindowIcon);
442 445

  
......
445 448

  
446 449
            if (HideReleaseNotes)
447 450
                frm.RemoveReleaseNotesControls();
451

  
448 452
            
449 453
            // show it
450 454
            DialogResult dlgResult = frm.ShowDialog();

Also available in: Unified diff