Ejemplo n.º 1
0
 private void Button_Click(object sender, RoutedEventArgs e) //Maak lobby.
 {
     ServiceReference1.Service1Client client = new ServiceReference1.Service1Client();
     client.AddLobbyCompleted += client_AddLobbyCompleted; //Voeg nieuwe lobby toe.
     client.AddLobbyAsync();
 }