예제 #1
0
파일: Library.cs 프로젝트: mike3293/OOTP
 public void Del(Press d)
 {
     _printEx.Remove(d);
 }
예제 #2
0
파일: Library.cs 프로젝트: mike3293/OOTP
 public void Add(Press a)
 {
     _printEx.Add(a);
 }