feat: autoupdater
This commit is contained in:
@@ -8,11 +8,16 @@ namespace CarManagerV3
|
||||
public PleaseWait(string content = "Saving your changes...")
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
this.SetStyle(ControlStyles.OptimizedDoubleBuffer |
|
||||
ControlStyles.AllPaintingInWmPaint |
|
||||
ControlStyles.UserPaint, true);
|
||||
|
||||
// loading animation
|
||||
progressBar1.Style = ProgressBarStyle.Marquee;
|
||||
progressBar1.MarqueeAnimationSpeed = 30;
|
||||
animatedProgressBar1.StartAnimation();
|
||||
lblContent.Text = content;
|
||||
|
||||
|
||||
}
|
||||
|
||||
private void progressBar1_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user