93be6dc100
Added PageContainer to dynamically load pages within the main content. Added player component to control music playback(Half functional). Added playback changed event not the player service.
9 lines
86 B
C#
9 lines
86 B
C#
using System;
|
|
|
|
public enum PlaybackState
|
|
{
|
|
Playing,
|
|
Stopped,
|
|
Buffering,
|
|
|
|
} |