Program - Move Update related initialization into Updater class

This commit is contained in:
miku-666
2024-08-15 16:57:27 +02:00
parent 9162303225
commit b1bc4eadad
5 changed files with 91 additions and 59 deletions

View File

@@ -2251,7 +2251,7 @@ namespace PckStudio
private void checkForUpdatesToolStripMenuItem_Click(object sender, EventArgs e)
{
Program.UpdateToLatest();
Updater.UpdateToLatest();
}
private void exitToolStripMenuItem_Click(object sender, EventArgs e)