Skip to content

whzvee/evennote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Evennote

Evennote - program for create, edit and save your notes online. Users can create files(note), add formating text, lists and images. Synchronize notes with server.

Structure Evennote interface:

MainWindow.xaml has just one frame, which contain pages (login_page.xaml, regist_page.xaml, menu_page.xaml). That pages contains program interface (controls) and another frame with pages(editnote_page.xaml, notes_pages.xaml, profile_page.xaml, search_page.xaml) where user can work.

Classes

  • static class Evennote - main class for basics methods and properties whole program.
  • class Note - keep all information about note.
  • class NoteListItem - over-class for 'Note', have styles for ListViewItem.
  • class User - all information about user.
  • static class Notebook - contain users note, and methods for them.

P.S. DataBaseAPI.dll it is my class for connect to own DataBase.

About

Note editor with cloud sync. WPF and MySLQ.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%