File: w_dwproperty.srw
Size: 387
Date: Tue, 22 Jan 2008 23:33:08 +0100
$PBExportHeader$w_dwproperty.srw
$PBExportComments$Extension DataWindow Property - The main window
forward
global type w_dwproperty from pfc_w_dwproperty
end type
end forward

global type w_dwproperty from pfc_w_dwproperty
end type
global w_dwproperty w_dwproperty

on w_dwproperty.create
call super::create
end on

on w_dwproperty.destroy
call super::destroy
end on