Skip to content

Commit d241e13

Browse files
authored
Merge pull request #12 from SyncfusionExamples/Scheduler_SampleIntegrated
Recurring-appointments
2 parents fbc0dbe + de50453 commit d241e13

142 files changed

Lines changed: 2352 additions & 72 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

RecurringAppointment/App.xaml renamed to RecurringAppointment/BusinessObject/App.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Application
2-
x:Class="RecurringAppointment.App"
2+
x:Class="RecurringBusinessObjects.App"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5-
xmlns:local="using:RecurringAppointment">
5+
xmlns:local="using:RecurringBusinessObjects">
66
<Application.Resources>
77
<ResourceDictionary>
88
<ResourceDictionary.MergedDictionaries>

RecurringAppointment/App.xaml.cs renamed to RecurringAppointment/BusinessObject/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// To learn more about WinUI, the WinUI project structure,
1919
// and more about our project templates, see: http://aka.ms/winui-project-info.
2020

21-
namespace RecurringAppointment
21+
namespace RecurringBusinessObjects
2222
{
2323
/// <summary>
2424
/// Provides application-specific behavior to supplement the default Application class.

RecurringAppointment/Assets/LockScreenLogo.scale-200.png renamed to RecurringAppointment/BusinessObject/Assets/LockScreenLogo.scale-200.png

File renamed without changes.

RecurringAppointment/Assets/SplashScreen.scale-200.png renamed to RecurringAppointment/BusinessObject/Assets/SplashScreen.scale-200.png

File renamed without changes.

RecurringAppointment/Assets/Square150x150Logo.scale-200.png renamed to RecurringAppointment/BusinessObject/Assets/Square150x150Logo.scale-200.png

File renamed without changes.

RecurringAppointment/Assets/Square44x44Logo.scale-200.png renamed to RecurringAppointment/BusinessObject/Assets/Square44x44Logo.scale-200.png

File renamed without changes.

RecurringAppointment/Assets/Square44x44Logo.targetsize-24_altform-unplated.png renamed to RecurringAppointment/BusinessObject/Assets/Square44x44Logo.targetsize-24_altform-unplated.png

File renamed without changes.
File renamed without changes.

RecurringAppointment/Assets/Wide310x150Logo.scale-200.png renamed to RecurringAppointment/BusinessObject/Assets/Wide310x150Logo.scale-200.png

File renamed without changes.

RecurringAppointment/MainPage.xaml renamed to RecurringAppointment/BusinessObject/MainPage.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Page
2-
x:Class="RecurringAppointment.MainPage"
2+
x:Class="RecurringBusinessObjects.MainPage"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5-
xmlns:local="using:RecurringAppointment"
5+
xmlns:local="using:RecurringBusinessObjects"
66
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
77
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
88
mc:Ignorable="d"

0 commit comments

Comments
 (0)