Exemplo n.º 1
0
 private void Form1_Load(object sender, EventArgs e)
 {
     // Create window handle
     if (!this.IsHandleCreated)
     {
         this.CreateControl();
     }
     WinSparkle.win_sparkle_set_appcast_url("https://updates.malupdaterosx.moe/nekomata/nekomata.xml");
     //start automatic update checks.
     WinSparkle.win_sparkle_init();
 }
Exemplo n.º 2
0
 private void checkForUpdatesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     //System.Diagnostics.Process.Start("https://malupdaterosx.moe/nekomata/");
     WinSparkle.win_sparkle_check_update_with_ui();
 }