Merge remote-tracking branch 'origin/ImproveDataHandling_#25' into ImproveDataHandling_#25

ImproveDataHandling_#25
Simon G 5 years ago
commit eb9d714a12
  1. 18
      GBaseStructure.md

@ -21,15 +21,15 @@
| GBaseColumn | Property | | GBaseColumn | Property |
| GBaseEntry | Instance | | GBaseEntry | Instance |
## File Structure ## Xml File Structure
```c# ```xml
public class Model <Table>
{ <Column>
private readonly IGBase _gBase; <Value >
<Value >
public </Column>
} </Table>
``` ```
## Process ## Process

Loading…
Cancel
Save