示例#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;
 }
示例#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;
 }
示例#3
0
 public AddServer(ref serverlist list)
 {
     InitializeComponent();
     this.list = list;
 }
示例#4
0
 public AddServer(ref serverlist list)
 {
     InitializeComponent();
     this.list = list;
 }