コード例 #1
0
 public static void Main()
 {
     CKT.VM.EDITOR.App app = new CKT.VM.EDITOR.App();
     app.InitializeComponent();
     app.Run();
 }
コード例 #2
0
ファイル: App.g.cs プロジェクト: Chefkoch85/CKT_PLC
 public static void Main() {
     CKT.VM.EDITOR.App app = new CKT.VM.EDITOR.App();
     app.InitializeComponent();
     app.Run();
 }