Пример #1
0
 private void OnUiInfo(object sender, EventArgs e)
 {
     if (this.selectedEthernet != null)
     {
         EthernetInfo.ShowBox(this, this.selectedEthernet.DataModel);
     }
 }
Пример #2
0
        public static void ShowBox(Window parent, EthernetParams info)
        {
            EthernetInfo win = new EthernetInfo(parent, info);

            win.ShowDialog();
        }