Example #1
0
 public void E(p1 p)
 {
     this.E(p, this.A.B());
 }
Example #2
0
 public void E(p1 p, int num)
 {
     this.A.B(p, num);
     n1.B();
 }
Example #3
0
 public int E(p1 p)
 {
     return(this.A.B(p));
 }
Example #4
0
 private void B(p1 p)
 {
     this.a();
 }
Example #5
0
 private void a(p1 p)
 {
     this.a();
 }
Example #6
0
 private void A(p1 p)
 {
     this.A();
 }
Example #7
0
 private void A(p1 p, string text)
 {
     this.A[p].Text = p.b();
 }