Menu

[59aa80]: / FeedbackGeneratorQQ / Controls / Help.xaml.cs  Maximize  Restore  History

Download this file

19 lines (17 with data), 449 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
namespace FeedbackGeneratorQQ.Controls
{
public partial class Help
{
private const string _exampleText = @"<Template>
<Fantastic>%UserName% is fantastic.</Fantastic>
<Fantastic>%UserName% is really fantastic.</Fantastic>
<Awful>%UserName% is awful.</Awful>
<Awful>%UserName% is awful.</Awful>
</Template>";
public Help()
{
InitializeComponent();
this.Example.Text = _exampleText;
}
}
}
MongoDB Logo MongoDB