Exemplo n.º 1
0
 public UsersForm()
 {
     InitializeComponent();
     context = new CommentAppContext();
     UsersJson();
 }
 public PostsForm()
 {
     InitializeComponent();
     context = new CommentAppContext();
     PostsJson();
 }