21 lines
347 B
C#
21 lines
347 B
C#
using bzit.bomg.Models;
|
|
using System;
|
|
using System.ComponentModel;
|
|
using System.Drawing;
|
|
using System.IO;
|
|
using System.Windows.Forms;
|
|
|
|
namespace bzit.bomg
|
|
{
|
|
public partial class BookmarkTreeView : RyzStudio.Windows.Forms.MovableTreeView
|
|
{
|
|
|
|
public BookmarkTreeView()
|
|
{
|
|
InitializeComponent();
|
|
|
|
}
|
|
|
|
|
|
}
|
|
} |