Exemplo n.º 1
0
        public SimpleMedia()
        {
            InitializeComponent();
            tabTag = TAG.MUSIC;

            resourceTransporter = new ResourceTransporter();

            CurrentMusicPlayList = new Dictionary <string, string>();
            CurrentVideoPlayList = new Dictionary <string, string>();
            HistoryMusicPlayed   = new List <string>();
            HistoryVideoPlayed   = new List <string>();
        }
Exemplo n.º 2
0
        public SignUp()
        {
            InitializeComponent();

            resourceTransporter = new ResourceTransporter();
        }