- update xml file structure #28

Merged
SimonG96 merged 1 commits from ImproveDataHandling_#25 into master 5 years ago
  1. 18
      GBaseStructure.md

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

Loading…
Cancel
Save