Exemple #1
0
 //메인폼 데이터 제어를 위한 생성자
 public UserService(MainHome Mh)
 {
     InitializeComponent();
     this.Mh = Mh;
 }
 //메인폼 데이터를 제어하기위한 생성자
 public BookService(MainHome Mh)
 {
     this.Mh = Mh;
     InitializeComponent();
 }