mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
重新设计了Libray.Json Api以及 WebSocket 的交互处理方式
This commit is contained in:
@@ -51,7 +51,7 @@ namespace Serein.Workbench
|
||||
|
||||
private void Application_Startup(object sender, StartupEventArgs e)
|
||||
{
|
||||
#if DEBUG && true
|
||||
#if DEBUG && false
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
12
Workbench/Test.cs
Normal file
12
Workbench/Test.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Serein.Workbench
|
||||
{
|
||||
internal class Test
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user