Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit d4ff35e

Browse files
Missing
1 parent 1044ae3 commit d4ff35e

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

  • src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/src/ReportWizard/Dialog
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
/*
2+
* Created by SharpDevelop.
3+
* User: Peter Forstmeier
4+
* Date: 05.08.2014
5+
* Time: 20:18
6+
*
7+
* To change this template use Tools | Options | Coding | Edit Standard Headers.
8+
*/
9+
using System;
10+
using Xceed.Wpf.Toolkit;
11+
12+
namespace ICSharpCode.Reporting.Addin.ReportWizard.Dialog
13+
{
14+
/// <summary>
15+
/// Interaction logic for WelcomePage.xaml
16+
/// </summary>
17+
public partial class WelcomePage : WizardPage
18+
{
19+
public WelcomePage()
20+
{
21+
InitializeComponent();
22+
_image.Source = WizardHelper.GetWizardIcon();
23+
}
24+
}
25+
}

0 commit comments

Comments
 (0)