mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2024-11-25 12:02:00 -08:00
9de5d2e51e
git-svn-id: http://svn.sourceforge.jp/svnroot/lipsync@18 b1f601f4-4f45-0410-8980-aecacb008692
12 lines
160 B
C#
12 lines
160 B
C#
#if !JAVA
|
|
using System;
|
|
using System.Windows.Forms;
|
|
|
|
namespace Boare.Lib.AppUtil {
|
|
|
|
public class DockPanelContainer : Panel {
|
|
}
|
|
|
|
}
|
|
#endif
|