File: n_dropdown_dw_sort.sru
Size: 408
Date: Mon, 07 Apr 2008 21:31:47 +0200
$PBExportHeader$n_dropdown_dw_sort.sru
forward
global type n_dropdown_dw_sort from n_base_dropdown
end type
end forward

global type n_dropdown_dw_sort from n_base_dropdown
string #windowclassname = "w_dropdown_dw_sort"
end type
global n_dropdown_dw_sort n_dropdown_dw_sort

on n_dropdown_dw_sort.create
call super::create
end on

on n_dropdown_dw_sort.destroy
call super::destroy
end on