File: w_sortmulti.srw
Size: 370
Date: Tue, 22 Jan 2008 23:32:30 +0100
$PBExportHeader$w_sortmulti.srw
$PBExportComments$Extension DDLB-style Sort dialog window
forward
global type w_sortmulti from pfc_w_sortmulti
end type
end forward

global type w_sortmulti from pfc_w_sortmulti
end type
global w_sortmulti w_sortmulti

on w_sortmulti.create
call super::create
end on

on w_sortmulti.destroy
call super::destroy
end on