public override void visit(TagHandler h) { if (code == Flash.Swf.TagValues.stagDefineButton) h.defineButton(this); else h.defineButton2(this); }
public override void visit(TagHandler h) { if (code == Flash.Swf.TagValues.stagDefineButton) { h.defineButton(this); } else { h.defineButton2(this); } }