Exemplo n.º 1
0
        public DirectConnect(ConnectionWindow connectionWindow)
        {
            InitializeComponent();
            _connectionWindow = connectionWindow;

            addressTextBox.Text = RegSettings.DirectConnectAddress;
            portTextBox.Text    = RegSettings.DirectConnectPort.ToString();
        }
Exemplo n.º 2
0
 public Notpad()
 {
     InitializeComponent();
     connectionWindow = new ConnectionWindow(this);
 }