You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Form1.cs
+26-7Lines changed: 26 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
usingSystem;
1
+
usingDiscordMessenger;
2
+
usingSystem;
2
3
usingSystem.Collections.Generic;
3
4
usingSystem.ComponentModel;
4
5
usingSystem.Data;
@@ -39,6 +40,23 @@ public Form1()
39
40
MessageBox.Show("Please download the latest version of the CSCord app or you will not be able to use CSCord! https://github.com/AyanTheDeveloper/CSCord-App/releases","Update Required",MessageBoxButtons.OKCancel,MessageBoxIcon.Information);
MessageBox.Show("Our service is currently in maintence, in preparation for an update or fix, please join our discord for live updates. https://discord.gg/m86NNb2Rhy","Service in Maintenence");
52
+
this.Close();
53
+
}
54
+
elseif(responseFromServer2=="Shut Down\n")
55
+
{
56
+
MessageBox.Show("Service is currently Shut Down, please join our discord for live updates. https://discord.gg/m86NNb2Rhy","Service Down");
MessageBox.Show("You do not have permission to access this button, because this button literally does not do anything, no joke its just for testing color codes.","CSCord");
148
-
165
+
MessageBox.Show("You do not have permission to access this button, because this button literally does not do anything, no joke its just for testing color codes.","CSCord");
0 commit comments