equal
deleted
inserted
replaced
33 public TagVisuSoundControl() |
33 public TagVisuSoundControl() |
34 { |
34 { |
35 InitializeComponent(); |
35 InitializeComponent(); |
36 lastlevel = 1; |
36 lastlevel = 1; |
37 TagVisuSoundLevelUpdate(0); |
37 TagVisuSoundLevelUpdate(0); |
|
38 volumeModel.Visibility = Visibility.Hidden; |
|
39 #if DEBUG |
|
40 volumeModel.Visibility = Visibility.Visible; |
|
41 #endif |
38 } |
42 } |
39 |
43 |
40 private void TagVisuSoundControl_Loaded(object sender, RoutedEventArgs e) |
44 private void TagVisuSoundControl_Loaded(object sender, RoutedEventArgs e) |
41 { |
45 { |
42 //TODO: customize TagVisuSoundControl's UI based on this.VisualizedTag here |
46 //TODO: customize TagVisuSoundControl's UI based on this.VisualizedTag here |