Skip to content

Commit dc91f2a

Browse files
authored
Merge pull request #9 from SyncfusionExamples/Scheduler_SampleIntegrated
Integrated BusinessObject sample
2 parents 5996ffb + d2c1e16 commit dc91f2a

36 files changed

Lines changed: 60 additions & 58 deletions
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Application
2-
x:Class="CustomAppointment.App"
2+
x:Class="BusinessObject.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:CustomAppointment">
5+
xmlns:local="using:BusinessObject">
66
<Application.Resources>
77
<ResourceDictionary>
88
<ResourceDictionary.MergedDictionaries>
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 CustomAppointment
21+
namespace BusinessObject
2222
{
2323
/// <summary>
2424
/// Provides application-specific behavior to supplement the default Application class.
File renamed without changes.
File renamed without changes.

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

File renamed without changes.
File renamed without changes.

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

File renamed without changes.
File renamed without changes.

CustomAppointment/CustomAppointment_Desktop.csproj renamed to BusinessObject/BusinessObject_Desktop.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,31 @@
33
<OutputType>WinExe</OutputType>
44
<TargetFramework>net5.0-windows10.0.19041.0</TargetFramework>
55
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
6-
<RootNamespace>CustomAppointment</RootNamespace>
6+
<RootNamespace>BusinessObject</RootNamespace>
77
<ApplicationManifest>app.manifest</ApplicationManifest>
88
<Platforms>x86;x64;arm64</Platforms>
99
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
10-
<AssemblyName>CustomAppointment</AssemblyName>
10+
<AssemblyName>BusinessObject</AssemblyName>
1111
</PropertyGroup>
1212
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
1313
<DefineConstants>WinUI_Desktop</DefineConstants>
1414
</PropertyGroup>
1515
<ItemGroup>
1616
<Compile Remove="Assets\**" />
17-
<Compile Remove="CustomAppointment_Desktop\**" />
17+
<Compile Remove="BusinessObject_Desktop\**" />
1818
<Compile Remove="Model\**" />
1919
<Compile Remove="ViewModel\**" />
2020
<Content Remove="Assets\**" />
2121
<EmbeddedResource Remove="Assets\**" />
22-
<EmbeddedResource Remove="CustomAppointment_Desktop\**" />
22+
<EmbeddedResource Remove="BusinessObject_Desktop\**" />
2323
<EmbeddedResource Remove="Model\**" />
2424
<EmbeddedResource Remove="ViewModel\**" />
2525
<None Remove="Assets\**" />
26-
<None Remove="CustomAppointment_Desktop\**" />
26+
<None Remove="BusinessObject_Desktop\**" />
2727
<None Remove="Model\**" />
2828
<None Remove="ViewModel\**" />
2929
<Page Remove="Assets\**" />
30-
<Page Remove="CustomAppointment_Desktop\**" />
30+
<Page Remove="BusinessObject_Desktop\**" />
3131
<Page Remove="Model\**" />
3232
<Page Remove="ViewModel\**" />
3333
</ItemGroup>
@@ -36,7 +36,7 @@
3636
<Compile Remove="Properties\AssemblyInfo.cs" />
3737
</ItemGroup>
3838
<ItemGroup>
39-
<None Remove="CustomAppointment_UWP_TemporaryKey.pfx" />
39+
<None Remove="BusinessObject_UWP_TemporaryKey.pfx" />
4040
<None Remove="MainPage.xaml" />
4141
<None Remove="Properties\Default.rd.xml" />
4242
</ItemGroup>
@@ -45,7 +45,7 @@
4545
</ItemGroup>
4646
<ItemGroup>
4747
<Compile Include="Model\Event.cs" />
48-
<Compile Include="ViewModel\CustomAppointmentViewModel.cs" />
48+
<Compile Include="ViewModel\BusinessObjectViewModel.cs" />
4949
</ItemGroup>
5050

5151
<ItemGroup>

0 commit comments

Comments
 (0)