File: w_logon.srw
Size: 317
Date: Tue, 22 Jan 2008 23:32:13 +0100
$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