~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/AddIns/Misc/Reports/ICSharpCode.Reports.Addin/Project/ReportItems/GroupFooter.cs

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Created by SharpDevelop.
 
3
 * User: Peter Forstmeier
 
4
 * Date: 07.11.2010
 
5
 * Time: 19:33
 
6
 * 
 
7
 * To change this template use Tools | Options | Coding | Edit Standard Headers.
 
8
 */
 
9
using System;
 
10
 
 
11
namespace ICSharpCode.Reports.Addin
 
12
{
 
13
        /// <summary>
 
14
        /// Description of BaseGroupFooter.
 
15
        /// </summary>
 
16
        public class GroupFooter:GroupHeader
 
17
        {
 
18
                public GroupFooter()
 
19
                {
 
20
                }
 
21
        }
 
22
}