Exemple #1
0
 private void Button6_Click(object sender, RoutedEventArgs e)
 {
     if (WCFlive)
     {
         textbox.Text = CrazyKTVWCF.DoCrazyKTV_Control(null, "Mute");
     }
 }
Exemple #2
0
 private void Button5_Click(object sender, RoutedEventArgs e)
 {
     if (WCFlive)
     {
         textbox.Text = CrazyKTVWCF.DoCrazyKTV_Action(null, "Cut");
     }
 }
Exemple #3
0
 private void Button3_Click(object sender, RoutedEventArgs e)
 {
     if (WCFlive)
     {
         textbox.Text = CrazyKTVWCF.QuerySong(null, null, null, "Song_SongName like '*愛情*'", null, 10, null);
     }
 }
Exemple #4
0
 private void Button4_Click(object sender, RoutedEventArgs e)
 {
     if (WCFlive)
     {
         textbox.Text = CrazyKTVWCF.QuerySinger("Singer_Type=1", 0, 10, "Singer_Name");
     }
 }
Exemple #5
0
 private void Button2_Click(object sender, RoutedEventArgs e)
 {
     if (WCFlive)
     {
         textbox.Text = CrazyKTVWCF.QuerySong(null, null, null, "Song_Singer='張學友'", null, 10, null);
     }
 }