c# test

C++ code posted by CrazyMenConnected
created at 27 Jan 14:19

Edit | Back
1
2
3
4
5
6
7
8
9
10
    protected override void Page_Load(object sender, EventArgs e)
    {
      // module setup
      this.dataTableCaption = "Editor de serviços";
      this.tableName = "CFG_SERVICES";
      this.moduleID = 1;

      // call inherited code
      base.Page_Load(sender, e);
    }
266 Bytes in 2 ms with coderay