peter 26 năm trước cách đây
mục cha
commit
8cdbc655e6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      tests/tbs0249.pp

+ 1 - 0
tests/tbs0249.pp

@@ -7,6 +7,7 @@ type
   TNotifyEvent = procedure( Sender: TObject ) of object;
 
   THost = class
+  protected
     FOnEvent: TNotifyEvent;
     procedure SetOnEvent( Value: TNotifyEvent );
   public