AK.F1.Timing.Model.Grid.NullGridRowModel.NullGridRowModel C# (CSharp) Méthode

NullGridRowModel() private méthode

private NullGridRowModel ( ) : System
Résultat System
        private NullGridRowModel()
            : base(0)
        {
            throw Guard.NotImplemented();
        }
NullGridRowModel