change UI to UI.WinForms
This commit is contained in:
12
Pilz.UI.WinForms.Telerik/Patches/Patches.cs
Normal file
12
Pilz.UI.WinForms.Telerik/Patches/Patches.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using HarmonyLib;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Pilz.UI.WinForms.Telerik.Patches;
|
||||
|
||||
public static class Patches
|
||||
{
|
||||
public static void Initialize(Harmony harmony)
|
||||
{
|
||||
harmony.PatchAll(Assembly.GetExecutingAssembly());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user