The example i've seen says to declare an object using the Form name, which shows me the list of fields in the designer, but gives me an error when I try to compile (Namespace name ''  could not be found)
 
if my Form name  == Payments
 
public static object ShowPayments (Payments.Declarations.Local FormFields)
{
FormFields.Fields.Fieldname = "Value";
}
 
Can someone give me a proper example?