1 Reply Latest reply on Sep 17, 2009 10:12 PM by indyjones2

    Inject\Outject a4jSkin object?

    indyjones2

      Can you inject/outject the a4kSking object?


      For Example.....



      @In
      @Out
      A4jSkin skin;
      
      somemethod{
      
          skin.someproperty = black;
      }