mirror of
https://github.com/chylex/TweetDuck.git
synced 2024-11-23 17:42:46 +01:00
9 lines
167 B
C#
9 lines
167 B
C#
namespace System.Windows.Forms;
|
|
|
|
public static class LegacyWinForms {
|
|
public static void EnsureValid() {
|
|
Command2.EnsureValid();
|
|
ContextMenu.EnsureValid();
|
|
}
|
|
}
|