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