File: n_explorer_test.sru
Size: 498
Date: Mon, 07 Apr 2008 21:32:58 +0200
$PBExportHeader$n_explorer_test.sru
forward
global type n_explorer_test from n_explorer
end type
end forward

global type n_explorer_test from n_explorer
string #moduledatastore = "explorer_main"
end type
global n_explorer_test n_explorer_test

on n_explorer_test.create
call super::create
end on

on n_explorer_test.destroy
call super::destroy
end on

event ke_canclosetab;call super::ke_canclosetab;IF ISNULL(ai_index) THEN RETURN TRUE

RETURN NOT ai_index = 1
end event