Simple Database Program (C#)

A little while ago, I started work on a program that would allow a user to create simple databases. These databases would be visualized by a list on the left side showing the "Parent" nodes, and when clicked on, would display their contained information. As a proof of concept, the information is only plain text - But there are many possibilities for ways of storing information.

I built my own simple file format to store the information. Also, this application runs as a multiple document interface (MDI), so you can have as many databases open as you wish.

An image showing the multiple document interface (MDI). Also, you can see the "parent" nodes on the left hand side, along with the information contained within the parent nodes on the right hand side.

When opened in a plain text editor, the files saving by the program look like this.