20200126_BDDM_upperpc/SimpleServer/CommonHelper.cs

14 lines
230 B
C#
Raw Normal View History

2023-07-27 02:53:17 +00:00
using System;
using System.Collections.Generic;
using System.Text;
namespace SimpleServer
{
public delegate void DlgOneParam<T>(T param);
public delegate void DlgNoParam();
public class CommonHelper
{
}
}