17 lines
311 B
C#
17 lines
311 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
using System.Threading.Tasks;
|
|||
|
|
|||
|
namespace Toolbox.Library
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// A class that generates treenodes on expand based on it's children
|
|||
|
/// </summary>
|
|||
|
public class VirtualFileTreeNode
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|