Show CustomTreeView.cs syntax highlighted
using System;
using Whiteboard.MaseWS;
namespace TableWhiteboard_HCI_Intergration.HCI_Objs
{
/// <summary>
/// Summary description for CustomTreeView.
/// </summary>
public class CustomTreeView: System.Windows.Forms.TreeView
{
public CustomTreeView(): base()
{
//
// TODO: Add constructor logic here
//
}
}
}
See more files for this project here