File: w_sortsingle.srw
Size: 377
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$PBExportHeader$w_sortsingle.srw
$PBExportComments$Extension Simple Sort dialog window
forward
global type w_sortsingle from pfc_w_sortsingle
end type
end forward

global type w_sortsingle from pfc_w_sortsingle
end type
global w_sortsingle w_sortsingle

on w_sortsingle.create
call super::create
end on

on w_sortsingle.destroy
call super::destroy
end on