AK.F1.Timing.Model.Grid.NullGridRowModel.NullGridRowModel C# (CSharp) Method

NullGridRowModel() private method

private NullGridRowModel ( ) : System
return System
        private NullGridRowModel()
            : base(0)
        {
            throw Guard.NotImplemented();
        }
NullGridRowModel