示例#1
0
 public ServerForm()
 {
     InitializeComponent();
     statusBox.ReadOnly = true;
     EnderecoForm formEndereco = new EnderecoForm();
     formEndereco.ShowDialog();
     this.Text += " @ " + formEndereco.AddressPort;
 }
示例#2
0
        public ServerForm()
        {
            InitializeComponent();
            statusBox.ReadOnly = true;
            EnderecoForm formEndereco = new EnderecoForm();

            formEndereco.ShowDialog();
            this.Text += " @ " + formEndereco.AddressPort;
        }