Could someone please post a simple c# sample, complete, from top to bottom.
I am trying to code a simple code event. Do I use a class statement? Do I need a Main? I can't find anything, so I tried ordinary c#, like this, but it doesn't work:
class Get76Data
{
public static int Main(string[] args)
{
CaseMgmtProcData.AlaAcct = 987654321;
CaseMgmtProcData.TexAcct = BPM76_CaseMgmt1.TexAcct;
...