File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
src/SolutionTemplate/UnoSolutionTemplate.WinUI.netcore Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,8 @@ public class EntryPoint
8
8
static void Main ( string [ ] args )
9
9
{
10
10
NSApplication . Init ( ) ;
11
- < << << << HEAD
12
- NSApplication . SharedApplication. Delegate = new App ( ) ;
13
- NSApplication . Main ( args ) ;
14
- = == == ==
15
11
NSApplication . SharedApplication . Delegate = new AppHead ( ) ;
16
12
NSApplication . Main ( args ) ;
17
- > >>> >>> a27ca7001c ( chore : Adjust AppHead references)
18
13
}
19
14
}
20
15
}
Original file line number Diff line number Diff line change @@ -23,13 +23,8 @@ public partial class MainWindow : Window
23
23
public MainWindow ( )
24
24
{
25
25
InitializeComponent ( ) ;
26
- < << << << HEAD
27
-
28
- root . Content = new global ::Uno . UI . Skia . Platform . WpfHost ( Dispatcher , ( ) => new $ext_safeprojectname $. App ( ) ) ;
29
- = == == ==
30
26
31
27
root . Content = new global ::Uno . UI . Skia . Platform . WpfHost ( Dispatcher , ( ) => new $ext_safeprojectname $. AppHead ( ) ) ;
32
- > >>> >>> a27ca7001c ( chore : Adjust AppHead references)
33
28
}
34
29
}
35
30
}
You can’t perform that action at this time.
0 commit comments