mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-20 22:41:36 +00:00
* All renderdoc code up to this point was written by me, history is available by request
8 lines
115 B
C#
8 lines
115 B
C#
namespace WeifenLuo.WinFormsUI.Docking.Skins
|
|
{
|
|
public enum Style
|
|
{
|
|
VisualStudio2005 = 1
|
|
}
|
|
}
|