mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2024-11-22 10:42:03 -08:00
10 lines
141 B
C#
10 lines
141 B
C#
using System;
|
|
using System.Windows.Forms;
|
|
|
|
namespace Boare.Lib.AppUtil {
|
|
|
|
public class DockPanelContainer : Panel {
|
|
}
|
|
|
|
}
|