Winify – Diff between revs 8 and 9

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 8 Rev 9
Line 163... Line 163...
163 private void QuitToolStripMenuItem_Click(object sender, EventArgs e) 163 private void QuitToolStripMenuItem_Click(object sender, EventArgs e)
164 { 164 {
165 Application.Exit(); 165 Application.Exit();
166 } 166 }
Line -... Line 167...
-   167  
-   168 private void UpdateToolStripMenuItem_Click(object sender, EventArgs e)
-   169 {
-   170 AutoUpdater.Start("http://winify.grimore.org/update/winify.xml");
-   171 }
167   172  
Line 168... Line 173...
168 #endregion 173 #endregion
Line 169... Line 174...
169   174