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