Ejemplo n.º 1
0
 private void MainWindow_Load(object sender, EventArgs e)
 {
     CurrentLocalPath = Directory.Exists(_appSettings.LatestLocalPath)
         ? _appSettings.LatestLocalPath
         : _fsHelper.TrimPath(AppDomain.CurrentDomain.BaseDirectory);
     serverUriTextBox.Text = _appSettings.LatestServerUri;
     userNameTextBox.Text  = _appSettings.LatestUsername;
     NavigatetoLocalPath(CurrentLocalPath);
 }