Ejemplo n.º 1
0
Archivo: FuseUI.cs Proyecto: Earu/Fuse
 internal FuseUI(FuseClient client)
 {
     this._Client = client;
     this._Window = new ClientWindow(client);
     this._Player = new SoundPlayer();
 }
Ejemplo n.º 2
0
        internal App()
        {
            FuseClient client = new FuseClient();

            client.Start();
        }