File tree Expand file tree Collapse file tree
src/Lemon.ModuleNavigation.WpfSample/Views Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11using Lemon . ModuleNavigation . Abstractions ;
2- using System ;
3- using System . Collections . Generic ;
4- using System . Linq ;
5- using System . Text ;
6- using System . Threading . Tasks ;
7- using System . Windows ;
82using System . Windows . Controls ;
9- using System . Windows . Data ;
10- using System . Windows . Documents ;
11- using System . Windows . Input ;
12- using System . Windows . Media ;
13- using System . Windows . Media . Imaging ;
14- using System . Windows . Navigation ;
15- using System . Windows . Shapes ;
163
17- namespace Lemon . ModuleNavigation . WpfSample . Views
4+ namespace Lemon . ModuleNavigation . WpfSample . Views ;
5+
6+ /// <summary>
7+ /// Interaction logic for ViewAlpha.xaml
8+ /// </summary>
9+ public partial class ViewAlpha : UserControl , IView
1810{
19- /// <summary>
20- /// Interaction logic for ViewAlpha.xaml
21- /// </summary>
22- public partial class ViewAlpha : UserControl , IView
11+ public ViewAlpha ( )
2312 {
24- public ViewAlpha ( )
25- {
26- InitializeComponent ( ) ;
27- }
13+ InitializeComponent ( ) ;
2814 }
2915}
Original file line number Diff line number Diff line change 11using Lemon . ModuleNavigation . Abstractions ;
22using System . Windows . Controls ;
33
4- namespace Lemon . ModuleNavigation . WpfSample . Views
4+ namespace Lemon . ModuleNavigation . WpfSample . Views ;
5+
6+ /// <summary>
7+ /// Interaction logic for ViewBeta.xaml
8+ /// </summary>
9+ public partial class ViewBeta : UserControl , IView
510{
6- /// <summary>
7- /// Interaction logic for ViewBeta.xaml
8- /// </summary>
9- public partial class ViewBeta : UserControl , IView
11+ public ViewBeta ( )
1012 {
11- public ViewBeta ( )
12- {
13- InitializeComponent ( ) ;
14- }
13+ InitializeComponent ( ) ;
1514 }
1615}
You can’t perform that action at this time.
0 commit comments