mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2024-11-21 10:12:04 -08:00
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
|