Inheritance: NewTOAPIA.UI.GraphicWindow
Example #1
0
 public static void Main(string[] args)
 {
     PLCWindow window = new PLCWindow();
     window.Show();
     window.PlatformWindow.Run();
 }
Example #2
0
		public PLCApplication()
		{
			PLCWindow win = new PLCWindow();
			win.Show();
		}