8 lines
78 B
C#
8 lines
78 B
C#
namespace MLV;
|
|
|
|
public enum ManagedListViewViewMode
|
|
{
|
|
Details,
|
|
Thumbnails
|
|
}
|