예제 #1
0
파일: Form2.cs 프로젝트: shnysl/NoteBoard
 public Form2()
 {
     InitializeComponent();
     db = new NoteBoardDbContext();
 }