วันพุธที่ 18 กรกฎาคม พ.ศ. 2555

Args


static void CallJobByCoding(Args _args)
{
  Args                    args;
    ;
  args = new Args();
  args.name(identifierStr(Job10));
  new menuFunction(menuItemActionStr(Job10), MenuItemType::Action).run(args);
}

static void CallFormByCoding(Args _args)
{
  Args                    args;
    ;
  args = new Args();
  args.name(identifierStr(Material_SWAN));
   new menuFunction(menuItemDisplayStr(Material_SWAN), MenuItemType::Display).run(args);
}
static void CallReportByCoding(Args _args)
{
  Args                    args;
    ;

  args = new Args();
  args.name(identifierStr(SWAN_PurchHist));
  new menuFunction(menuItemOutputStr(SWAN_PurchHist), MenuItemType::Output).run(args);
}

ไม่มีความคิดเห็น:

แสดงความคิดเห็น