コード例 #1
0
ファイル: App.g.i.cs プロジェクト: rharish101/Code.Fun.Do
 public static void Main()
 {
     IntellServiceExample.App app = new IntellServiceExample.App();
     app.InitializeComponent();
     app.Run();
 }
コード例 #2
0
ファイル: App.g.i.cs プロジェクト: EliHar/TicTacTalk
 public static void Main() {
     IntellServiceExample.App app = new IntellServiceExample.App();
     app.InitializeComponent();
     app.Run();
 }