We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469d486 commit de41eaeCopy full SHA for de41eae
CSediaPlayer/MainWindow.xaml.cs
@@ -17,7 +17,6 @@ public partial class MainWindow : Window
17
double volume;
18
double prevVolume;
19
string path;
20
- bool FirstRun = true;
21
Thread LoopingThread;
22
23
@@ -38,12 +37,6 @@ public MainWindow()
38
37
LoopingThread = new Thread(Looper);
39
LoopingThread.Start();
40
41
-
42
- //DelayAction(3000, TimerLoop);
43
44
45
46
47
}
48
49
private void SongSelect()
@@ -62,9 +55,6 @@ private void SongSelect()
62
55
player.URL = path;
63
56
Current_Playing.Text = player.currentMedia.name;
64
57
65
66
67
68
58
69
59
70
60
0 commit comments