File tree Expand file tree Collapse file tree
EventHub.RestClientGenerator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <Application x : Class =" EventHub.RestClientGenerator.App"
1+ <Application x : Class =" ThomasClaudiusHuber.Azure. EventHub.RestClientGenerator.App"
22 xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
44 xmlns : local =" clr-namespace:EventHub.RestClientGenerator"
Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
3- using System . Configuration ;
4- using System . Data ;
5- using System . Linq ;
6- using System . Threading . Tasks ;
7- using System . Windows ;
1+ using System . Windows ;
82
9- namespace EventHub . RestClientGenerator
3+ namespace ThomasClaudiusHuber . Azure . EventHub . RestClientGenerator
104{
115 /// <summary>
126 /// Interaction logic for App.xaml
Original file line number Diff line number Diff line change 8181 <Compile Include =" View\UwpOutputView.xaml.cs" >
8282 <DependentUpon >UwpOutputView.xaml</DependentUpon >
8383 </Compile >
84- <Page Include =" MainWindow.xaml" >
84+ <Page Include =" View\ MainWindow.xaml" >
8585 <Generator >MSBuild:Compile</Generator >
8686 <SubType >Designer</SubType >
8787 </Page >
8888 <Compile Include =" App.xaml.cs" >
8989 <DependentUpon >App.xaml</DependentUpon >
9090 <SubType >Code</SubType >
9191 </Compile >
92- <Compile Include =" MainWindow.xaml.cs" >
92+ <Compile Include =" View\ MainWindow.xaml.cs" >
9393 <DependentUpon >MainWindow.xaml</DependentUpon >
9494 <SubType >Code</SubType >
9595 </Compile >
Original file line number Diff line number Diff line change 1- <Window x : Class =" EventHub.RestClientGenerator.MainWindow"
1+ <Window x : Class =" ThomasClaudiusHuber.Azure. EventHub.RestClientGenerator.View .MainWindow"
22 xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
44 xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
Original file line number Diff line number Diff line change 11using System . Windows ;
22using ThomasClaudiusHuber . Azure . EventHub . RestClientGenerator . ViewModel ;
33
4- namespace EventHub . RestClientGenerator
4+ namespace ThomasClaudiusHuber . Azure . EventHub . RestClientGenerator . View
55{
66 /// <summary>
77 /// Interaction logic for MainWindow.xaml
You can’t perform that action at this time.
0 commit comments