Update reader.

This commit is contained in:
Bruce
2026-04-04 19:27:45 +08:00
parent f9f4db3f6c
commit bf54d5a531
22 changed files with 3405 additions and 21 deletions
+2
View File
@@ -131,6 +131,8 @@ namespace DataUtils
[ClassInterface (ClassInterfaceType.AutoDual)]
public class _I_Process
{
public Process Start (string filename, string args) => Process.Start (filename, args);
public Process Open (string url) => Process.Start (url);
public int Run (
string cmdline,
string filepath,