public static void Main(string[] args) { PLCWindow window = new PLCWindow(); window.Show(); window.PlatformWindow.Run(); }
public PLCApplication() { PLCWindow win = new PLCWindow(); win.Show(); }