コード例 #1
0
ファイル: BandTheme.cs プロジェクト: talmuth/unBand
 public async Task ResetThemeAsync()
 {
     await _client.ResetThemeColorsAsync();
 }