Пример #1
0
 internal FuseUI(FuseClient client)
 {
     this._Client = client;
     this._Window = new ClientWindow(client);
     this._Player = new SoundPlayer();
 }
Пример #2
0
        internal App()
        {
            FuseClient client = new FuseClient();

            client.Start();
        }