File tree Expand file tree Collapse file tree 9 files changed +3
-32
lines changed
Expand file tree Collapse file tree 9 files changed +3
-32
lines changed Original file line number Diff line number Diff line change 11using System ;
2- using System . Collections . Generic ;
3- using System . IO ;
4- using System . Linq ;
5- using System . Runtime . InteropServices . WindowsRuntime ;
62using Windows . ApplicationModel ;
73using Windows . ApplicationModel . Activation ;
8- using Windows . Foundation ;
9- using Windows . Foundation . Collections ;
104using Windows . UI . Xaml ;
115using 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 ;
166using Windows . UI . Xaml . Navigation ;
177
188namespace DetailsView
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ;
148using System . Windows ;
159
1610namespace MasterDetailsViewDemo
You can’t perform that action at this time.
0 commit comments