コード例 #1
0
ファイル: MainWindow.xaml.cs プロジェクト: Hitchhikrr/Jukebox
        public MainWindow()
        {
            InitializeComponent();
            Termination = false;
            waveOutDevice = new WaveOut();
            waveOutDevice.PlaybackStopped += WaveOutDevice_PlaybackStopped;

            Play_List.ItemsSource = upcoming;
            cFunctions = new Cloud.CloudFunctions();
        }
コード例 #2
0
        public MainWindow()
        {
            InitializeComponent();
            Termination   = false;
            waveOutDevice = new WaveOut();
            waveOutDevice.PlaybackStopped += WaveOutDevice_PlaybackStopped;

            Play_List.ItemsSource = upcoming;
            cFunctions            = new Cloud.CloudFunctions();
        }