22 lines
444 B
C#
22 lines
444 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Data;
|
|
using System.Drawing;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using System.Windows.Forms;
|
|
using WeifenLuo.WinFormsUI.Docking;
|
|
|
|
namespace Voile.DockContents
|
|
{
|
|
public partial class FloatDemo : Form
|
|
{
|
|
public FloatDemo()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|