Ejemplo n.º 1
0
 public override void DoA(LibA.InterfaceA iA)
 {
     base.DoA(iA);
 }
Ejemplo n.º 2
0
 public static new void A()
 {
     LibA.A();
 }
Ejemplo n.º 3
0
 public virtual void DoA(LibA.InterfaceA iA)
 {
 }
Ejemplo n.º 4
0
 public List<LibA.InterfaceA> CreateMultiple(string name, LibA.InterfaceA iA)
 {
     return null;
 }
Ejemplo n.º 5
0
 public void Create(LibA.InterfaceA iA, Elements.CanvasString Canvas)
 {
 }
Ejemplo n.º 6
0
 public void Create(LibA.InterfaceA iA, Elements.DivString Div)
 {
 }
Ejemplo n.º 7
0
 public void DoSomething(LibA.InterfaceA a)
 {
     //a.cre = new ExtensionLib();
 }