Esempio n. 1
0
 public LoginView()
 {
     if (Net.ENABLE_DISCOVERY)
     {
         ProtoClient.OnServerDiscovered += ProtoClient_OnServerDiscovered;
         try
         {
             ProtoClient.DiscoverServer();
         }
         catch
         {
             // ... screw this
         }
     }
     InitializeComponent();
 }