Ejemplo n.º 1
0
 void Initialize(TitleDatabase database, MainActivity activity)
 {
     this.activity           = activity;
     view                    = new PlayerView(this, database, activity);
     task                    = new CorePlayer(this);
     headset_status_receiver = new HeadphoneStatusReceiver(this);
 }
Ejemplo n.º 2
0
 void Initialize(TitleDatabase database, MainActivity activity)
 {
     this.activity = activity;
     view = new PlayerView (this, database, activity);
     task = new CorePlayer (this);
     headset_status_receiver = new HeadphoneStatusReceiver (this);
 }