File: n_dropdown_custom.sru
Size: 400
Date: Mon, 07 Apr 2008 21:32:59 +0200
$PBExportHeader$n_dropdown_custom.sru
forward
global type n_dropdown_custom from n_base_dropdown
end type
end forward

global type n_dropdown_custom from n_base_dropdown
string #windowclassname = "w_dropdown_custom"
end type
global n_dropdown_custom n_dropdown_custom

on n_dropdown_custom.create
call super::create
end on

on n_dropdown_custom.destroy
call super::destroy
end on