File: w_logon.srw
Size: 319
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$PBExportHeader$w_logon.srw
$PBExportComments$Extension Logon window
forward
global type w_logon from pfc_w_logon
end type
end forward

global type w_logon from pfc_w_logon
end type
global w_logon w_logon

on w_logon.create
call super::create
end on

on w_logon.destroy
call super::destroy
end on