コード例 #1
0
ファイル: WebApiClient.cs プロジェクト: zoroz/smart_home
 public WebApiClient(IRestClient client)
 {
     _client = client;
     client.AddMethods(GetType().GetRuntimeMethods());
     client.AddMethods(typeof(SOnOff).GetRuntimeMethods());
 }