예제 #1
0
파일: Sym.cs 프로젝트: wilsondy/ase19
 public virtual bool AddCell(Cell cell)
 {
     return(false);
 }
예제 #2
0
파일: Sym.cs 프로젝트: wilsondy/ase19
 public override bool AddCell(Cell cell)
 {
     return(false);
 }