12 lines
159 B
C#
12 lines
159 B
C#
namespace rail
|
|
{
|
|
public class RailWindowLayout
|
|
{
|
|
public uint x_margin;
|
|
|
|
public uint y_margin;
|
|
|
|
public EnumRailNotifyWindowPosition position_type;
|
|
}
|
|
}
|