예제 #1
0
파일: BandTheme.cs 프로젝트: talmuth/unBand
 public async Task ResetThemeAsync()
 {
     await _client.ResetThemeColorsAsync();
 }