MainWindow
It is responsible for the user interface. Login and logout are done in this class.
DocumentsFeedParser
It will parse the Google Docs feed in order to retrieve relevant information and pass them to DocItem class.
DocItem
It stores information about a Google document entry. The content of listView control in MainWindow is binded to a collection of DocItem entries.