mirror of
https://github.com/SlothDpal/Relaunch-Process.git
synced 2026-02-22 17:27:38 +03:00
- added about window
- discord: async queue
This commit is contained in:
9
Form1.cs
9
Form1.cs
@@ -13,6 +13,8 @@ using System.Data;
|
||||
using static System.Net.Mime.MediaTypeNames;
|
||||
using RelaunchProcess;
|
||||
using System.Timers;
|
||||
using System.Threading.Tasks;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
|
||||
namespace Process_Auto_Relaunch
|
||||
@@ -478,5 +480,12 @@ namespace Process_Auto_Relaunch
|
||||
discordSettings.ShowDialog(this);
|
||||
discordSettings.Dispose();
|
||||
}
|
||||
|
||||
private void AboutProgram_Click(object sender, EventArgs e)
|
||||
{
|
||||
AboutBox aboutBox = new AboutBox();
|
||||
aboutBox.ShowDialog(this);
|
||||
aboutBox.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user