GameRevision.GW2Emu.Common.Network.LostClientEventArgs.LostClientEventArgs C# (CSharp) Method

LostClientEventArgs() public method

public LostClientEventArgs ( Client client ) : System
client Client
return System
        public LostClientEventArgs(Client client)
        {
            this.Client = client;
        }
LostClientEventArgs