Measures.cs
上传用户:szlfmled
上传日期:2020-11-22
资源大小:978k
文件大小:0k
- using System;
- namespace WeifenLuo.WinFormsUI.Docking
- {
- internal static class Measures
- {
- public const int SplitterSize = 4;
- }
- internal static class MeasurePane
- {
- public const int MinSize = 24;
- }
- }