Skip to content

Commit 2045eee

Browse files
ES-976509 - Addressed the concerns
1 parent 0fc1ffd commit 2045eee

File tree

9 files changed

+3
-32
lines changed

9 files changed

+3
-32
lines changed
-312 KB
Binary file not shown.

UWP/DetailsView/.vs/DetailsView/v15/Server/sqlite3/db.lock

Whitespace-only changes.
Binary file not shown.
Binary file not shown.
-3.09 MB
Binary file not shown.

UWP/DetailsView/App.xaml.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.IO;
4-
using System.Linq;
5-
using System.Runtime.InteropServices.WindowsRuntime;
62
using Windows.ApplicationModel;
73
using Windows.ApplicationModel.Activation;
8-
using Windows.Foundation;
9-
using Windows.Foundation.Collections;
104
using Windows.UI.Xaml;
115
using Windows.UI.Xaml.Controls;
12-
using Windows.UI.Xaml.Controls.Primitives;
13-
using Windows.UI.Xaml.Data;
14-
using Windows.UI.Xaml.Input;
15-
using Windows.UI.Xaml.Media;
166
using Windows.UI.Xaml.Navigation;
177

188
namespace DetailsView

UWP/DetailsView/MainPage.xaml.cs

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.IO;
4-
using System.Linq;
5-
using System.Runtime.InteropServices.WindowsRuntime;
6-
using Windows.Foundation;
7-
using Windows.Foundation.Collections;
8-
using Windows.UI.Xaml;
9-
using Windows.UI.Xaml.Controls;
10-
using Windows.UI.Xaml.Controls.Primitives;
11-
using Windows.UI.Xaml.Data;
12-
using Windows.UI.Xaml.Input;
13-
using Windows.UI.Xaml.Media;
14-
using Windows.UI.Xaml.Navigation;
1+
using Windows.UI.Xaml.Controls;
152

163
// The Blank Page item template is documented at https://go.microsoft.com/fwlink/?LinkId=402352&clcid=0x409
174

UWP/DetailsView/Package.appxmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
<Identity
1010
Name="005f0993-650b-40d9-ade1-4ab719ea6a37"
11-
Publisher="CN=VijayarasanSivanandh"
11+
Publisher="CN=DetailsView"
1212
Version="1.0.0.0" />
1313

1414
<mp:PhoneIdentity PhoneProductId="005f0993-650b-40d9-ade1-4ab719ea6a37" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1515

1616
<Properties>
1717
<DisplayName>DetailsView</DisplayName>
18-
<PublisherDisplayName>VijayarasanSivanandh</PublisherDisplayName>
18+
<PublisherDisplayName>DetailsView</PublisherDisplayName>
1919
<Logo>Assets\StoreLogo.png</Logo>
2020
</Properties>
2121

WPF/App.xaml.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
// [email protected]. Any infringement will be prosecuted under
66
// applicable laws.
77
#endregion
8-
using System;
9-
using System.Collections.Generic;
10-
using System.Configuration;
11-
using System.Data;
12-
using System.Linq;
13-
using System.Threading.Tasks;
148
using System.Windows;
159

1610
namespace MasterDetailsViewDemo

0 commit comments

Comments
 (0)