ab56a9bcf7
SVN-Revision: r240
14 lines
269 B
C#
14 lines
269 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace Lskj.SocketService
|
|
{
|
|
public sealed class SocketApp
|
|
{
|
|
public static AsyncSocketServer AsyncSocketSvr;
|
|
public static string FileDirectory;
|
|
}
|
|
}
|