9 lines
100 B
C#
9 lines
100 B
C#
namespace FlowScope.UI
|
|
{
|
|
public enum PanelStrategy
|
|
{
|
|
Destroy,
|
|
Cache
|
|
}
|
|
}
|