RemoteAgens .NET Windows Phone implementation
authorGustavo Martin <gu.martinm@gmail.com>
Sun, 23 Feb 2014 20:39:18 +0000 (21:39 +0100)
committerGustavo Martin <gu.martinm@gmail.com>
Sun, 23 Feb 2014 20:39:18 +0000 (21:39 +0100)
commit109a4db608ba732f041a19e0944ea70e03a77102
tree45706975a954214fda5933abfde8989e43e9e647
parent7145b3483c6cc8c3a4809b8a9dc82567965a9890
RemoteAgens .NET Windows Phone implementation
24 files changed:
WindowsPhone/RemoteAgents/RemoteAgents.sln [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/App.xaml [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/App.xaml.cs [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/Assets/AlignmentGrid.png [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/Assets/ApplicationIcon.png [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/Assets/Tiles/FlipCycleTileLarge.png [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/Assets/Tiles/FlipCycleTileMedium.png [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/Assets/Tiles/FlipCycleTileSmall.png [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/Assets/Tiles/IconicTileMediumLarge.png [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/Assets/Tiles/IconicTileSmall.png [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/LocalizedStrings.cs [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/MainPage.xaml [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/MainPage.xaml.cs [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/Model/CallRemoteProcedure.cs [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/Properties/AppManifest.xml [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/Properties/AssemblyInfo.cs [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/Properties/WMAppManifest.xml [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/RemoteAgents.csproj [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/Resources/AppResources.Designer.cs [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/Resources/AppResources.en-US.resx [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/Resources/AppResources.resx [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/View/View.cs [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/ViewModel/ViewModel.cs [new file with mode: 0644]
WindowsPhone/RemoteAgents/RemoteAgents/packages.config [new file with mode: 0644]