AK.F1.Timing.Model.Grid.NullGridRowModel.NullGridRowModel C# (CSharp) Метод

NullGridRowModel() приватный Метод

private NullGridRowModel ( ) : System
Результат System
        private NullGridRowModel()
            : base(0)
        {
            throw Guard.NotImplemented();
        }
NullGridRowModel