public Start(GingerAction act) { InitializeComponent(); mAct = act; ActionParam AP2 = mAct.GetOrCreateParam("Port", "1234"); Port.BindControl(AP2); ActionParam AP3 = mAct.GetOrCreateParam("DynamicPort", "false"); DynamicPortCheckBox.BindControl(AP3); }