File: u_base_comctl.sru
Size: 361
Date: Mon, 07 Apr 2008 21:32:42 +0200
$PBExportHeader$u_base_comctl.sru
$PBExportComments$PB friendly MS common control base
forward
global type u_base_comctl from u_base
end type
end forward

global type u_base_comctl from u_base
end type
global u_base_comctl u_base_comctl

on u_base_comctl.create
call super::create
end on

on u_base_comctl.destroy
call super::destroy
end on