Loading App.xaml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:JuanLog" StartupUri="MainWindow.xaml"> StartupUri="Views/MainWindow.xaml"> <Application.Resources> </Application.Resources> Loading Views/AddExerciseView.xaml 0 → 100644 +14 −0 Original line number Diff line number Diff line <Page x:Class="JuanLog.Views.Page1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:JuanLog.Views" mc:Ignorable="d" d:DesignHeight="450" d:DesignWidth="800" Title="Page1"> <Grid> </Grid> </Page> Views/AddExerciseView.xaml.cs 0 → 100644 +28 −0 Original line number Diff line number Diff line using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Navigation; using System.Windows.Shapes; namespace JuanLog.Views { /// <summary> /// Interaction logic for Page1.xaml /// </summary> public partial class Page1 : Page { public Page1() { InitializeComponent(); } } } MainWindow.xaml→Views/MainWindow.xaml +0 −0 File moved. View file MainWindow.xaml.cs→Views/MainWindow.xaml.cs +0 −0 File moved. View file Loading
App.xaml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:JuanLog" StartupUri="MainWindow.xaml"> StartupUri="Views/MainWindow.xaml"> <Application.Resources> </Application.Resources> Loading
Views/AddExerciseView.xaml 0 → 100644 +14 −0 Original line number Diff line number Diff line <Page x:Class="JuanLog.Views.Page1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:JuanLog.Views" mc:Ignorable="d" d:DesignHeight="450" d:DesignWidth="800" Title="Page1"> <Grid> </Grid> </Page>
Views/AddExerciseView.xaml.cs 0 → 100644 +28 −0 Original line number Diff line number Diff line using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Navigation; using System.Windows.Shapes; namespace JuanLog.Views { /// <summary> /// Interaction logic for Page1.xaml /// </summary> public partial class Page1 : Page { public Page1() { InitializeComponent(); } } }