final project q9

This commit is contained in:
2022-05-24 23:41:21 +08:00
parent 3dc6689804
commit 16eacad6a1
17 changed files with 611 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
public class Controller {
protected Library m;
public Controller(Library m) {
this.m = m;
}
}