mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 06:05:45 +00:00
Clean up folder structure a bit, move .NET 3rdparty under renderdocui/
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace WeifenLuo.WinFormsUI.Docking
|
||||
{
|
||||
internal class DummyControl : Control
|
||||
{
|
||||
public DummyControl()
|
||||
{
|
||||
SetStyle(ControlStyles.Selectable, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user