File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717#endregion
1818
1919using System . Windows ;
20- using PipeExplorer . Services ;
21- using Splat ;
2220
2321namespace PipeExplorer
2422{
@@ -27,12 +25,5 @@ namespace PipeExplorer
2725 /// </summary>
2826 public partial class App : Application
2927 {
30- //protected override void OnStartup(StartupEventArgs e)
31- //{
32- // Locator.CurrentMutable.Register<IPipeWatcher>(() => new PipeWatcher());
33- // Locator.CurrentMutable.RegisterConstant<ISettings>(new Settings());
34-
35- // base.OnStartup(e);
36- //}
3728 }
3829}
Original file line number Diff line number Diff line change 2424using System . Reactive ;
2525using System . Reactive . Linq ;
2626using IX . Observable ;
27- using MahApps . Metro . Controls ;
2827
2928namespace PipeExplorer . Services
3029{
Original file line number Diff line number Diff line change 2020using System . Collections . Generic ;
2121using System . IO ;
2222using System . Linq ;
23- using System . Reactive ;
2423using System . Reactive . Linq ;
2524using System . Security ;
2625using System . Text . RegularExpressions ;
Original file line number Diff line number Diff line change 2121using System . Linq ;
2222using System . Text ;
2323using System . Threading . Tasks ;
24- using System . Windows . Input ;
2524using DynamicData . Binding ;
2625using PipeExplorer . Models ;
2726using PipeExplorer . Services ;
You can’t perform that action at this time.
0 commit comments