コード例 #1
0
ファイル: App.g.i.cs プロジェクト: i-Living/Smart-IS
 public static void Main()
 {
     SemanticNetwork.App app = new SemanticNetwork.App();
     app.InitializeComponent();
     app.Run();
 }
コード例 #2
0
ファイル: App.g.cs プロジェクト: i-Living/Smart-IS
 public static void Main() {
     SemanticNetwork.App app = new SemanticNetwork.App();
     app.InitializeComponent();
     app.Run();
 }