Exemplo n.º 1
0
 public void AddRemoveon(MethodRef method_ref)
 {
     removeon = method_ref;
 }
Exemplo n.º 2
0
 public void AddAddon(MethodRef method_ref)
 {
     addon = method_ref;
 }
Exemplo n.º 3
0
 public void AddFire(MethodRef method_ref)
 {
     fire = method_ref;
 }
Exemplo n.º 4
0
 public void AddSet (MethodRef _set)
 {
         this._set = _set;
 }
Exemplo n.º 5
0
                public void AddOther (MethodRef other)
                {
			if (other_list == null)
				other_list = new ArrayList ();
                        other_list.Add (other);
                }
 public void AddSet(MethodRef _set)
 {
     this._set = _set;
 }
Exemplo n.º 7
0
 public void AddGet (MethodRef _get)
 {
         this._get = _get;
 }
 public void AddGet(MethodRef _get)
 {
     this._get = _get;
 }
Exemplo n.º 9
0
 public void AddRemoveon (MethodRef method_ref)
 {
         removeon = method_ref;
 }
Exemplo n.º 10
0
                public void AddOther (MethodRef method_ref)
                {
			if (other_list == null)
				other_list = new ArrayList ();
                        other_list.Add (method_ref);
                }
Exemplo n.º 11
0
 public void AddFire (MethodRef method_ref)
 {
         fire = method_ref;
 }
Exemplo n.º 12
0
 public void AddAddon (MethodRef method_ref)
 {
         addon = method_ref;
 }