mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2024-11-29 05:12:00 -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 {
|
|
}
|
|
|
|
}
|