コード例 #1
0
 private void Client_OnProductsRequest(HClient obj)
 {
     obj.SendProducts(Products);
 }