From 1c933963d1354495d4a31a08baf7f1240b5fbfce Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 18 Apr 2020 13:53:54 +1000 Subject: Add ability for an extension to have a custom strongly typed row during binding. Remove some unused functionality in Table and Row. Use strongRowType in core tables. --- src/WixToolset.Data/WindowsInstaller/Rows/ControlRow.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/WixToolset.Data/WindowsInstaller/Rows/ControlRow.cs') diff --git a/src/WixToolset.Data/WindowsInstaller/Rows/ControlRow.cs b/src/WixToolset.Data/WindowsInstaller/Rows/ControlRow.cs index 95289dea..e0ae2de0 100644 --- a/src/WixToolset.Data/WindowsInstaller/Rows/ControlRow.cs +++ b/src/WixToolset.Data/WindowsInstaller/Rows/ControlRow.cs @@ -19,6 +19,11 @@ namespace WixToolset.Data.WindowsInstaller.Rows { } + public ControlRow(SourceLineNumber sourceLineNumbers, TableDefinition tableDefinition) : + base(sourceLineNumbers, tableDefinition) + { + } + /// /// Gets or sets the dialog of the Control row. /// -- cgit v1.2.3-55-g6feb