Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nkc3g4 committed Mar 4, 2023
1 parent cba42ba commit e53af30
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions wintogo/Core/WTGModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ public class WTGModel
public static int vhdPartitionType;
public static string efiPartitionSize;
public static UsbDisk UdObj;
/// <summary>
/// UserSetWTGSettingItems();
/// </summary>
//public static UserSetWTGSettingItems userSettings = new UserSetWTGSettingItems();
//public static List<string> imagePartNames = new List<string>();

/// <summary>
/// 可使用ESD文件
Expand All @@ -46,9 +41,7 @@ public class WTGModel
/// </summary>
public static string udString;
public static bool isWimBoot;
//public static bool isFramework;
public static bool isBlockLocalDisk;
//public static bool isDiswinre;
/// <summary>
/// 镜像文件路径
/// </summary>
Expand Down Expand Up @@ -89,14 +82,6 @@ public class WTGModel
/// </summary>
public static string choosedImageType;
/// <summary>
/// 是否勾选通用启动文件
/// </summary>
//public static bool commonBootFiles;
/// <summary>
/// Path.GetTempPath();
/// </summary>
//public static string scriptTempPath = Path.GetTempPath();
/// <summary>
/// win8.vhd
/// </summary>
public static string win8VHDFileName = "win8.vhd";
Expand Down

0 comments on commit e53af30

Please sign in to comment.