Click here to Skip to main content
Click here to Skip to main content
Articles » Languages » C# » Applications » Downloads
 

Reputationator - CP Narcissists Rejoice! Part 2 of 4

By , 20 Sep 2012
 
Reputationator.zip
Reputationator
bin
Release
DBConnectionTester.exe
HtmlAgilityPack.dll
RepSvcManager.exe
Reputationator.exe
Reputationator.vshost.exe
ReputationLib.dll
ReputationScraperSvc.exe
RepWPF.exe
RepWPF.vshost.exe
System.Windows.Controls.Input.Toolkit.dll
Visiblox.Charts.dll
WPFToolkit.dll
WPFToolkit.Extended.dll
DBConnectionTester
Properties
Settings.settings
OtherAssemblies
HtmlAgilityPack.dll
HtmlAgilityPack.pdb
System.Windows.Controls.Input.Toolkit.dll
Visiblox.Charts.dll
WPFToolkit.dll
WPFToolkit.Extended.dll
RepSvcManager
app.manifest
Properties
Settings.settings
RepSvcManager.csproj.user
Reputationator.suo
Reputationator
Properties
Settings.settings
RepSettings.settings
Reputationator.csproj.user
ReputationLib
Properties
ReputationLib.csproj.user
ReputationScraper
Properties
RepSettings.settings
ReputationScraperSvc.csproj.user
RepWPF
Properties
Settings.settings
RepSettings.settings
RepWPF.csproj.user
Themes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

namespace RepWPF
{
	/// <summary>
	/// Interaction logic for CtrlChartConfigPanel.xaml
	/// </summary>
	public partial class CtrlChartConfigPanel : UserControl
	{
		public CtrlChartConfigPanel()
		{
			InitializeComponent();
			this.checkedLBCategories.ItemsSource = WpfGlobals.CLBCategories;
		}
	}
}

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

John Simmons / outlaw programmer
Software Developer (Senior)
United States United States
Member
I've been paid as a programmer since 1982 with experience in Pascal, and C++ (both self-taught), and began writing Windows programs in 1991 using Visual C++ and MFC. In the 2nd half of 2007, I started writing C# Windows Forms and ASP.Net applications, and have since done WPF, Silverlight, WCF, web services, and Windows services.
 
My weakest point is that my moments of clarity are too brief to hold a meaningful conversation that requires more than 30 seconds to complete. Thankfully, grunts of agreement are all that is required to conduct most discussions without committing to any particular belief system.

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130516.1 | Last Updated 20 Sep 2012
Article Copyright 2011 by John Simmons / outlaw programmer
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid