Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> You can now download updates
-> Added databases list view
  • Loading branch information
NaysKutzu committed Oct 6, 2023
1 parent d78ba06 commit 46d538d
Show file tree
Hide file tree
Showing 5 changed files with 298 additions and 25 deletions.
1 change: 1 addition & 0 deletions Forms/FrmLoading.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion Forms/FrmLoading.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ @echo off
}
private void FrmLoading_Load(object sender, EventArgs e)
{
//CheckForUpdate();
CheckForUpdate();
}
public static async Task Download()
{
Expand Down Expand Up @@ -134,5 +134,10 @@ private void tm_Tick(object sender, EventArgs e)
this.Hide();
}
}

private void lblappname_Click(object sender, EventArgs e)
{

}
}
}
198 changes: 176 additions & 22 deletions Forms/FrmServerController.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 46d538d

Please sign in to comment.