/* App.xaml.cs $ This file is part of the HandBrake source code. Homepage: . It may be used under the terms of the GNU General Public License. */ namespace HandBrakeWPF { /// /// Interaction logic for App.xaml /// public partial class App { /* * TODO: * - Setup Castle Windsor support for services. * * */ /// /// Initializes a new instance of the class. /// public App() { } } }