예제 #1
0
파일: Arctg.cs 프로젝트: ko4a/tmp3
 public Arctg(Expr a)
 {
     A = a;
 }
예제 #2
0
 public Ch(Expr a)
 {
     A = a;
 }