dev: updater
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user