File: w_sortsingle.srw
Size: 378
Date: Sat, 08 May 2021 23:34:23 +0200
$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