Beispiel #1
0
 public OfflineFrm()
 {
     InitializeComponent();
     Run = new RunOff(dmmy);
     if (File.Exists("pathName.txt"))
     {
         tb_PathName.Text = File.ReadAllText("pathName.txt");
         folderBrowserDialog1.SelectedPath = tb_PathName.Text;
     }
 }
Beispiel #2
0
 public GlobalParam()
 {
     InitializeComponent();
     Run = new RunOff(dmmy);
 }