create a setup builder impl from MicaSetup

This commit is contained in:
ema
2023-12-04 01:36:02 +08:00
parent edc597a19a
commit a6891e29dc
465 changed files with 34946 additions and 75 deletions

View File

@@ -0,0 +1,9 @@
using System;
using System.Collections.Generic;
namespace MicaSetup.Design.Controls;
public class ShellPageSetting
{
public static Dictionary<string, Type> PageDict = new();
}