public static InMusicWindow ShowMusicWindow()
 {
     return(InMusicWindow.Launch());
 }
示例#2
0
 public static void SearchFor(InMusicNode node)
 {
     InMusicWindow.Launch().Find(node);
 }