14 lines
203 B
C#
14 lines
203 B
C#
using ClientCore;
|
|
using ClientCore.Event;
|
|
|
|
namespace Client_GUI
|
|
{
|
|
internal class StaticComm
|
|
{
|
|
public static bool bClickLogin = false;
|
|
public static string LoginName;
|
|
|
|
|
|
}
|
|
}
|