File: n_dropdown_time.sru
Size: 384
Date: Mon, 07 Apr 2008 21:31:46 +0200
$PBExportHeader$n_dropdown_time.sru
forward
global type n_dropdown_time from n_base_dropdown
end type
end forward

global type n_dropdown_time from n_base_dropdown
string #windowclassname = "w_dropdown_time"
end type
global n_dropdown_time n_dropdown_time

on n_dropdown_time.create
call super::create
end on

on n_dropdown_time.destroy
call super::destroy
end on