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