Exemplo n.º 1
0
 public AddServer(ref serverlist list, int num)
 {
     InitializeComponent();
     this.list             = list;
     txtServerName.Text    = list.info[num].Name;
     txtAddress.Text       = list.info[num].Address;
     checkIsHide.IsChecked = list.info[num].IsHide;
     this.num = num;
 }
Exemplo n.º 2
0
 public AddServer(ref serverlist list, int num)
 {
     InitializeComponent();
     this.list = list;
     txtServerName.Text = list.info[num].Name;
     txtAddress.Text = list.info[num].Address;
     checkIsHide.IsChecked = list.info[num].IsHide;
     this.num = num;
 }
Exemplo n.º 3
0
 public AddServer(ref serverlist list)
 {
     InitializeComponent();
     this.list = list;
 }
Exemplo n.º 4
0
 public AddServer(ref serverlist list)
 {
     InitializeComponent();
     this.list = list;
 }