Exemplo n.º 1
0
 private void PathForm_Load(object sender, EventArgs e)
 {
     string[] list = SaveInfo.GetInfo();
     textBox1.Text = list[0];
     textBox2.Text = list[1];
 }
Exemplo n.º 2
0
 public void UpdatePath()
 {
     string[] list = SaveInfo.GetInfo();
     ServerPath   = list[1];
     StationsPath = list[0];
 }