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