Hi,
I want to calling methode located in CreateCommendxxx from xxx.EditPart
I want to call it when i delete a childNode
when i write this code in the xxx.EditPart :
CreateCommendxxx SS=new CreateCommendxxx(null)
SS.name_methode
I have an error and the methode didn't called
Any help ?
On 19/05/2013 6:49 PM, bradai hazem wrote:
> Hi,
> I want to calling methode located in CreateCommendxxx from xxx.EditPart
> I want to call it when i delete a childNode
> when i write this code in the xxx.EditPart :
> CreateCommendxxx SS=new CreateCommendxxx(null)
> SS.name_methode
>
> I have an error and the methode didn't called
What kind of error? A compile error?
> Any help ?