Example #1
0
 public Board(User user)
 {
     this.user = user;
     showBoard();
 }