예제 #1
0
 static void Main(string[] args)
 {
     //var book = new Library.Books.Book();
     var secretary = new Library.People.Secretary();
     var library   = new Building();
 }
예제 #2
0
 static void Main(string[] args)
 {
     //var book = new Library.Books.Book();
     var secretary = new Library.People.Secretary();
     var library = new Building();
 }