update 20260220

This commit is contained in:
Stefan Hutter
2026-02-20 18:04:31 +01:00
parent 9e64ca707d
commit 30d047e33d
100 changed files with 11274 additions and 442 deletions

View File

@@ -61,5 +61,17 @@ namespace API_DocTest.Properties {
this["Token"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("x:\\")]
public string tempdir {
get {
return ((string)(this["tempdir"]));
}
set {
this["tempdir"] = value;
}
}
}
}