Browse Source

Fixed formatting

pull/116/head
Nikita Tsukanov 11 years ago
parent
commit
1f2eaf7945
  1. 6
      src/Perspex.Application/Application.cs

6
src/Perspex.Application/Application.cs

@ -4,10 +4,7 @@
// </copyright> // </copyright>
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
using Perspex.Input.Platform; namespace Perspex
namespace
Perspex
{ {
using System; using System;
using System.Reflection; using System.Reflection;
@ -15,6 +12,7 @@ namespace
using Perspex.Controls; using Perspex.Controls;
using Perspex.Controls.Templates; using Perspex.Controls.Templates;
using Perspex.Input; using Perspex.Input;
using Perspex.Input.Platform;
using Perspex.Layout; using Perspex.Layout;
using Perspex.Rendering; using Perspex.Rendering;
using Perspex.Styling; using Perspex.Styling;

Loading…
Cancel
Save