예제 #1
0
 public FrmReservation()
 {
     InitializeComponent();
     _api            = new StudentApi();
     _bookApi        = new BookApi();
     _bookInfoApi    = new BookInfoApi();
     _reservationApi = new ReservationApi();
 }
 public void Init()
 {
     instance = new ReservationApi();
 }
 public FrmReservationInfos()
 {
     InitializeComponent();
     _reservationApi = new ReservationApi();
     _bookApi        = new BookApi();
 }