Files @ 65c134a3d619
Branch filter:

Location: seniordesign-ui/Testing/Demo.StreetView/Window1.xaml

mkanning@CL-ENS241-10.cedarville.edu
Initial import of mapping source (huge commit)
1
2
3
4
5
6
7
8
<Window x:Class="Demo.StreetView.Window1"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:ctrl="clr-namespace:Demo.StreetView"
    Title="Demo.StreetView, raw mode testing, please wait on first time loading" Height="605" Width="741" Loaded="Window_Loaded"
    Background="Black" WindowState="Maximized">
    <ctrl:PanoramaViewer x:Name="Viewer" MouseLeftButtonDown="Viewer_MouseLeftButtonDown" MouseLeftButtonUp="Viewer_MouseLeftButtonUp" MouseMove="Viewer_MouseMove" />
</Window>