Esempio n. 1
0
 public static void Main()
 {
     LogicCircuit.App app = new LogicCircuit.App();
     app.InitializeComponent();
     app.Run();
 }