コード例 #1
0
 public static InMusicWindow ShowMusicWindow()
 {
     return(InMusicWindow.Launch());
 }
コード例 #2
0
ファイル: SearchHelper.cs プロジェクト: 1888games/Angry-Words
 public static void SearchFor(InMusicNode node)
 {
     InMusicWindow.Launch().Find(node);
 }