dev: updater

This commit is contained in:
2026-03-10 15:04:27 +01:00
parent f2e4addbb0
commit f065f58f71
15 changed files with 825 additions and 173 deletions

View File

@@ -5,13 +5,14 @@ namespace CarManagerV3
{
public partial class PleaseWait : Form
{
public PleaseWait()
public PleaseWait(string content = "Saving your changes...")
{
InitializeComponent();
// loading animation
progressBar1.Style = ProgressBarStyle.Marquee;
progressBar1.MarqueeAnimationSpeed = 30;
lblContent.Text = content;
}
private void progressBar1_Click(object sender, EventArgs e)