Beispiel #1
0
 public SetupForm(IValueAccessor sc)
 {
     InitializeComponent();
     StepConfig           = sc;
     txt_url.Text         = sc.ReadString("BlazonURL", "");
     txt_temp.Text        = sc.ReadString("BlazonTempDIR", "");
     numericUpDown1.Value = Convert.ToDecimal(sc.ReadDouble("WaitTime", 5));
     chk_Clean.Checked    = sc.ReadBoolean("CleanUp", false);
 }