Skip to content

Commit

Permalink
remove experimental and eppage
Browse files Browse the repository at this point in the history
  • Loading branch information
rounk-ctrl committed Sep 18, 2023
1 parent d96fae1 commit 1456b48
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 359 deletions.
4 changes: 0 additions & 4 deletions Rectify11Installer/Core/Helpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,8 @@ public class RectifyPages
public static InstallOptnsPage InstallOptnsPage;
public static ThemeChoicePage ThemeChoicePage = new();
public static CMenuPage CMenuPage = new();
public static EPPage EPPage = new();
public static InstallConfirmation InstallConfirmation;
public static ProgressPage ProgressPage;
public static Experimental ExperimentalPage = new();
public static DebugPage DebugPage = new();
public static UninstallPage UninstallPage;
}
Expand All @@ -134,13 +132,11 @@ public class TabPages
public static Controls.DarkAwareTabPage installPage;
public static Controls.DarkAwareTabPage themePage;
public static Controls.DarkAwareTabPage cmenupage;
public static Controls.DarkAwareTabPage epPage;
public static Controls.DarkAwareTabPage summaryPage;
public static Controls.DarkAwareTabPage progressPage;
public static Controls.DarkAwareTabPage rebootPage;
public static Controls.DarkAwareTabPage wlcmPage;
public static Controls.DarkAwareTabPage eulPage;
public static Controls.DarkAwareTabPage expPage;
public static Controls.DarkAwareTabPage debPage;
public static Controls.DarkAwareTabPage uninstPage;
}
Expand Down
180 changes: 0 additions & 180 deletions Rectify11Installer/Pages/EPPage.Designer.cs

This file was deleted.

23 changes: 0 additions & 23 deletions Rectify11Installer/Pages/EPPage.cs

This file was deleted.

65 changes: 0 additions & 65 deletions Rectify11Installer/Pages/Experimental.Designer.cs

This file was deleted.

10 changes: 0 additions & 10 deletions Rectify11Installer/Pages/Experimental.cs

This file was deleted.

12 changes: 0 additions & 12 deletions Rectify11Installer/Rectify11Installer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -160,24 +160,12 @@
<Compile Include="Pages\DebugPage.Designer.cs">
<DependentUpon>DebugPage.cs</DependentUpon>
</Compile>
<Compile Include="Pages\EPPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Pages\EPPage.Designer.cs">
<DependentUpon>EPPage.cs</DependentUpon>
</Compile>
<Compile Include="Pages\EulaPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Pages\EulaPage.Designer.cs">
<DependentUpon>EulaPage.cs</DependentUpon>
</Compile>
<Compile Include="Pages\Experimental.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Pages\Experimental.Designer.cs">
<DependentUpon>Experimental.cs</DependentUpon>
</Compile>
<Compile Include="Pages\InstallConfirmation.cs">
<SubType>UserControl</SubType>
</Compile>
Expand Down
24 changes: 0 additions & 24 deletions Rectify11Installer/frmWizard.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1456b48

Please sign in to comment.