예제 #1
0
 public void E(p1 p)
 {
     this.E(p, this.A.B());
 }
예제 #2
0
 public void E(p1 p, int num)
 {
     this.A.B(p, num);
     n1.B();
 }
예제 #3
0
 public int E(p1 p)
 {
     return(this.A.B(p));
 }
예제 #4
0
파일: B2.cs 프로젝트: hakanaku2009/svn-dump
 private void B(p1 p)
 {
     this.a();
 }
예제 #5
0
파일: B2.cs 프로젝트: hakanaku2009/svn-dump
 private void a(p1 p)
 {
     this.a();
 }
예제 #6
0
파일: B2.cs 프로젝트: hakanaku2009/svn-dump
 private void A(p1 p)
 {
     this.A();
 }
예제 #7
0
파일: B2.cs 프로젝트: hakanaku2009/svn-dump
 private void A(p1 p, string text)
 {
     this.A[p].Text = p.b();
 }