mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 23:01:52 +01:00
10 lines
143 B
C#
10 lines
143 B
C#
namespace Borepin.Service.Browser
|
|
{
|
|
public enum BrowserTitleMode
|
|
{
|
|
Default = 0,
|
|
Show = 1,
|
|
Hide = 2,
|
|
}
|
|
}
|