コード例 #1
0
 public StateVariableEditForm(UPnPService ParentService) : this()
 {
     service = ParentService;
     foreach (UPnPComplexType CT in service.GetComplexTypeList())
     {
         typeComboBox.Items.Add(CT);
     }
 }