C#/Delegate1 입력 파라미터로 클래스를 받은 대리자와 dll 사용하기 서울 성공회대학교 소프트웨어공학과 학생들을 가르치면서 과제로 내 준 내용을 정리해 보았으며 세부내용은 다음과 같습니다. - myInformation.dll 파일 namespace myInformation { public class Book { public string title; //도서명 public string author; // 저자 public string publisher; // 출판사 public Book(string intitle, string inauthor, string inpublisher) { title = intitle; author = inauthor; publisher = inpublisher; } } public class Music { public string title; /.. 2011. 11. 2. 이전 1 다음