コード例 #1
0
 public Task <Guid> CreateChromaLinkEffectAsync <T>(ChromaLinkEffect effect, T data)
     where T : struct
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public Task <Guid> CreateChromaLinkEffectAsync(ChromaLinkEffect effect)
 {
     throw new NotImplementedException();
 }