Example #1
0
 /// <summary>
 ///     Abrir la ventana para buscar servidores
 /// </summary>
 private void buttonJoinServer_Click(object sender, EventArgs e)
 {
     serversDialog.prepareDialog();
     // TODO serversDialog.ShowDialog(GuiController.Instance.MainForm);
 }
Example #2
0
 /// <summary>
 ///     Abrir la ventana para buscar servidores
 /// </summary>
 private void buttonJoinServer_Click(object sender, EventArgs e)
 {
     serversDialog.prepareDialog();
     serversDialog.ShowDialog();
 }