📜  如果成员具有有效的无线电,则无线电启用说明 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:59.049000             🧑  作者: Mango

代码示例1
if(input.Member_Radios != null && input.Reprogram_this_radio == true)
{
    input.Radio_NOT_listed_above = false;
    //show the remainder of the fields here
    show Note;
    enable Note;
}
if(input.Radio_Make_and_Model != null && input.Enter_Radio_Serial != null && input.Reprogram_this_radio == true)
{
    show Note;
    enable Note;
}