Server.ServerListEventArgs.ServerListEventArgs C# (CSharp) Méthode

ServerListEventArgs() public méthode

public ServerListEventArgs ( Server.Network.NetState state, IAccount account ) : System
state Server.Network.NetState
account IAccount
Résultat System
		public ServerListEventArgs( NetState state, IAccount account )
		{
			m_State = state;
			m_Account = account;
			m_Servers = new List<ServerInfo>();
		}
	}