Exemplo n.º 1
0
 void Initialize()
 {
     mapleClient = new MapleClient();
     mapleClient.StartScanningForAdvertisingServers();
     mapleClient.Servers.CollectionChanged += Servers_CollectionChanged;
 }