编写后台数据交互API

This commit is contained in:
Mattuy
2018-12-20 16:52:29 +08:00
parent 4d28316f67
commit 02c67c9b29
7 changed files with 84 additions and 32 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ using System.Text;
namespace Interact
{
class ConnectionBrokenException : Exception
public class ConnectionBrokenException : Exception
{
public ConnectionBrokenException(string message) : base(message) { }
}