summaryrefslogtreecommitdiff
path: root/odk/examples/CLI/CSharp/Spreadsheet/GeneralTableSample.cs
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/CLI/CSharp/Spreadsheet/GeneralTableSample.cs')
-rw-r--r--odk/examples/CLI/CSharp/Spreadsheet/GeneralTableSample.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/CLI/CSharp/Spreadsheet/GeneralTableSample.cs b/odk/examples/CLI/CSharp/Spreadsheet/GeneralTableSample.cs
index 7a3c50e2289d..70942f737e64 100644
--- a/odk/examples/CLI/CSharp/Spreadsheet/GeneralTableSample.cs
+++ b/odk/examples/CLI/CSharp/Spreadsheet/GeneralTableSample.cs
@@ -42,13 +42,13 @@ public class GeneralTableSample : SpreadsheetDocHelper
}
}
-// ________________________________________________________________
+
public GeneralTableSample( String[] args ) : base( args )
{
}
-// ________________________________________________________________
+
/// This sample function modifies cells and cell ranges.
public void doSampleFunction()