1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2024-10-17 09:42:45 +02:00
TweetDuck/windows/TweetLib.WinForms.Legacy/Windows/Forms/LegacyWinForms.cs
2022-11-20 20:52:10 +01:00

9 lines
167 B
C#

namespace System.Windows.Forms;
public static class LegacyWinForms {
public static void EnsureValid() {
Command2.EnsureValid();
ContextMenu.EnsureValid();
}
}