Exemplo n.º 1
0
 private void DoDiscovery()
 {
     this.Title            = DI.Wrapper.GetText(MsgCode.Ethernet);
     this.selectedEthernet = DeviceSelect_Ethernet.ShowBox(this, true);
     if (this.selectedEthernet != null)
     {
         this.Title = this.selectedEthernet.DataModel.Display;
     }
 }
Exemplo n.º 2
0
 private void OnUiSettings(object sender, EventArgs e)
 {
     DeviceSelect_Ethernet.ShowBox(this, false);
 }