public static void Main() { TestPlugin.App app = new TestPlugin.App(); app.InitializeComponent(); app.Run(); }
public static void Main() { TestPlugin.App app = new TestPlugin.App(); app.Run(); }