CreamInstaller Properties CreamInstaller.csproj DialogForm.Designer.cs DialogForm.cs DialogForm.resx InstallForm.Designer.cs InstallForm.cs InstallForm.resx MainForm.Designer.cs MainForm.cs MainForm.resx Program.cs ProgramSelection.cs SelectForm.Designer.cs ...
namespace CreamInstaller { public static class LogColor { public static Color Background => Color.DarkSlateGray; public static Color Operation => Color.LightGray; public static Color Resource => Color.LightBlue; public static Color Success => Color.LightGreen;...
来到creamapi的github Github链接:https://github.com/ubden/CreamApi 之后往下拉来到 点击蓝色的here 下载的文件是这个,不是creamapimain什么的 解压之后是一个程序文件,运行 会直接弹出这个画面,勾选想解锁dlc的游戏 稍等一会时间然后再点 最后点击ok就完工了 起码我自己在文明6上是管用的 原作者: cs.rin.ru/for...
CreamInstaller.csproj GlobalSuppressions.cs Program.cs ProgramSelection.cs .gitattributes .gitignore CreamInstaller.sln LICENSE README.md preview.png Breadcrumbs CreamApi /CreamInstaller / Program.cs Latest commit Cannot retrieve latest commit at this time. ...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} ubden / CreamApi Public forked from CyberSys/CreamInstaller Notifications You must be signed in to change notification settings Fork 21 ...
Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} ubden / CreamApi Public forked from CyberSys/CreamInstaller Notifications You must be signed in to change notification settings Fork 25 Star 340 ...
ubden/CreamApiPublic forked fromCyberSys/CreamInstaller NotificationsYou must be signed in to change notification settings Fork22 Star290 Latest commit Cannot retrieve latest commit at this time. History History
usingMutexmutex=new(true,"CreamInstaller",outboolcreatedNew); if(createdNew) { _=Application.SetHighDpiMode(HighDpiMode.SystemAware); Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.ApplicationExit+=new(OnApplicationExit); ...
using CreamInstaller.Steam; using CreamInstaller.Utility; namespace CreamInstaller; internal static class Program { internal static readonly string ApplicationName = Application.CompanyName + " v" + Application.ProductVersion + ": " + Application.ProductName; internal static readonly string Appl...
namespace CreamInstaller; internal static class Program { internal static readonly string ApplicationName = Application.CompanyName + " v" + Application.ProductVersion + ": " + Application.ProductName; internal static readonly Assembly EntryAssembly = Assembly.GetEntryAssembly(); internal stat...