mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
11 lines
156 B
C#
11 lines
156 B
C#
namespace mRemoteNG.Tree
|
|
{
|
|
public enum TreeImageType
|
|
{
|
|
Root = 0,
|
|
Container = 1,
|
|
ConnectionOpen = 2,
|
|
ConnectionClosed = 3,
|
|
PuttySessions = 4
|
|
}
|
|
} |