moved wizard under tools/estudio_wizard
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
note
|
||||
description : "Objects that ..."
|
||||
author : "$Author$"
|
||||
date : "$Date$"
|
||||
revision : "$Revision$"
|
||||
|
||||
class
|
||||
EWF_CONSOLE_WIZARD_APPLICATION
|
||||
|
||||
inherit
|
||||
CONSOLE_WIZARD_APPLICATION
|
||||
|
||||
SHARED_EXECUTION_ENVIRONMENT
|
||||
|
||||
create
|
||||
make
|
||||
|
||||
feature {NONE} -- Initialization
|
||||
|
||||
make
|
||||
-- Initialize `Current'.
|
||||
do
|
||||
initialize
|
||||
on_start
|
||||
end
|
||||
|
||||
feature {NONE} -- Initialization
|
||||
|
||||
new_wizard: EWF_WIZARD
|
||||
do
|
||||
create Result.make (Current)
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user