AK.F1.Timing.Model.Grid.NullGridRowModel.NullGridRowModel C# (CSharp) 메소드

NullGridRowModel() 개인적인 메소드

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