Get FormRun from form control
public static void MyButton_OnClicked(FormControl sender, FormControlEventArgs e)
{
FormRun formRun = sender.formRun() as FormRun;
formRun.myMethod();
}
Thanks,
Vikas Mehta
AZURE INTERVIEW QUESTIONS AND ANSWERES 2021 2. What is cloud computing? Explanation: It is the use of servers on the internet to “store...
No comments:
Post a Comment