Official 1.0.0 Release

This commit is contained in:
Michał Czyż
2021-03-23 11:35:51 +01:00
parent 177a0c17c8
commit 750dafe650
13 changed files with 1550 additions and 1442 deletions

View File

@@ -98,7 +98,7 @@ namespace Server_Manager
private void Button2_Click_1(object sender, EventArgs e)
{
MessageBox.Show("Created by Michał Czyż\n\nCopyright(c) 2021 All Rights Reserved\n\nVersion: 1.0.0", "About Server Manager", MessageBoxButtons.OK, MessageBoxIcon.Information);
MessageBox.Show("Created by Michał Czyż\n\nCopyright(c) 2021 CC-BY-SA\n\nVersion: 1.0.0", "About Server Manager", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
private void checkBox5_CheckedChanged(object sender, EventArgs e)