Files
renderdoc/docs/dummy/Program.cs
T
baldurk c38affcded Initial commit of existing code.
* All renderdoc code up to this point was written by me, history is available by request
2014-05-02 08:33:01 +01:00

22 lines
485 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace IgnoreMe
{
/// <summary>
/// Ignore me! This is a dummy section of documentation to satisfy Sandcastle :).
/// </summary>
public class IgnoreMe
{
/// <summary>
/// Ignore me! This is a dummy section of documentation to satisfy Sandcastle :).
/// </summary>
[STAThread]
static void Main()
{
}
}
}