Files
EWF/library/server/wsf_html/webcontrol/wsf_value_control.e
2013-09-05 16:25:44 +02:00

21 lines
222 B
Plaintext

note
description: "Summary description for {WSF_VALUE_CONTROL}."
author: ""
date: "$Date$"
revision: "$Revision$"
deferred class
WSF_VALUE_CONTROL [G]
inherit
WSF_CONTROL
feature
value: G
deferred
end
end