File tree Expand file tree Collapse file tree 4 files changed +20
-4
lines changed
SampleApps/webview2_sample_uwp Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1
- <Page
1
+ <!-- Copyright (C) Microsoft Corporation. All rights reserved.
2
+ Use of this source code is governed by a BSD-style license that can be
3
+ found in the LICENSE file.-->
4
+
5
+ <Page
2
6
x : Class =" WebView2_UWP.Pages.SettingsPage"
3
7
xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4
8
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
Original file line number Diff line number Diff line change 1
- using Microsoft . UI . Xaml . Controls ;
1
+ // Copyright (C) Microsoft Corporation. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+
5
+ using Microsoft . UI . Xaml . Controls ;
2
6
using System ;
3
7
using System . Collections . ObjectModel ;
4
8
using System . ComponentModel ;
Original file line number Diff line number Diff line change 1
- using System ;
1
+ // Copyright (C) Microsoft Corporation. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+
5
+ using System ;
2
6
using Windows . Foundation . Collections ;
3
7
using Windows . Storage ;
4
8
Original file line number Diff line number Diff line change 1
- using Microsoft . UI . Xaml . Controls ;
1
+ // Copyright (C) Microsoft Corporation. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+
5
+ using Microsoft . UI . Xaml . Controls ;
2
6
using Microsoft . Web . WebView2 . Core ;
3
7
using System . ComponentModel ;
4
8
using System . Diagnostics ;
You can’t perform that action at this time.
0 commit comments