添加项目

This commit is contained in:
GG Z
2026-01-01 10:02:59 +08:00
parent 1fd8d2ced7
commit 4df4ce1e6a
105 changed files with 4437 additions and 570 deletions

View File

@@ -240,7 +240,7 @@ public partial class PipesCreatorViewModel : ObservableObject
{
//var filePath = Environment.GetFolderPath(Environment.SpecialFolder.Desktop) + "\\问题管线.txt";
//File.WriteAllText(filePath, sb.ToString());
//WinDialogHelper.OpenFolderAndSelectFile(filePath);
//WinDialogAssist.OpenFolderAndSelectFile(filePath);
IOAssist.WriteTxtFile("问题管线", sb.ToString());
}