mirror of
https://gitee.com/energye/energy.git
synced 2024-12-04 12:47:57 +08:00
16 lines
379 B
Go
16 lines
379 B
Go
//----------------------------------------
|
|
//
|
|
// Copyright © yanghy. All Rights Reserved.
|
|
//
|
|
// Licensed under Apache License Version 2.0, January 2004
|
|
//
|
|
// https://www.apache.org/licenses/LICENSE-2.0
|
|
//
|
|
//----------------------------------------
|
|
|
|
package window
|
|
|
|
//CurrentBrowseWindowCache
|
|
// Temporary object cache for the current window
|
|
var CurrentBrowseWindowCache IWindow
|