Ai
2 Star 8 Fork 6

CookCSharp/CookPopularInstaller

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ErrorCode.cs 432 Bytes
一键复制 编辑 原始数据 按行查看 历史
/*
* Description:ErrorCode
* Author: Chance.Zheng
* Create Time: 2024/5/16 10:42:38
* .Net Version: 4.8
* CLR Version: 4.0.30319.42000
* Copyright (c) Chance 2021 All Rights Reserved.
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CookPopularInstaller.CustomUI
{
public enum ErrorCode
{
UserCancelled = 1223,
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/CookCSharp/CookPopularInstaller.git
git@gitee.com:CookCSharp/CookPopularInstaller.git
CookCSharp
CookPopularInstaller
CookPopularInstaller
master

搜索帮助