GameRevision.GW2Emu.Common.Network.LostClientEventArgs.LostClientEventArgs C# (CSharp) Метод

LostClientEventArgs() публичный Метод

public LostClientEventArgs ( Client client ) : System
client Client
Результат System
        public LostClientEventArgs(Client client)
        {
            this.Client = client;
        }
LostClientEventArgs