diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..58d4acc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,405 @@
+# globs
+Makefile.in
+*.userprefs
+*.usertasks
+config.make
+config.status
+aclocal.m4
+install-sh
+autom4te.cache/
+*.tar.gz
+tarballs/
+test-results/
+
+# Mac bundle stuff
+*.dmg
+*.app
+
+# content below from: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
+# General
+.DS_Store
+.AppleDouble
+.LSOverride
+
+# Icon must end with two \r
+Icon
+
+
+# Thumbnails
+._*
+
+# Files that might appear in the root of a volume
+.DocumentRevisions-V100
+.fseventsd
+.Spotlight-V100
+.TemporaryItems
+.Trashes
+.VolumeIcon.icns
+.com.apple.timemachine.donotpresent
+
+# Directories potentially created on remote AFP share
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk
+
+# content below from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
+# Windows thumbnail cache files
+Thumbs.db
+ehthumbs.db
+ehthumbs_vista.db
+
+# Dump file
+*.stackdump
+
+# Folder config file
+[Dd]esktop.ini
+
+# Recycle Bin used on file shares
+$RECYCLE.BIN/
+
+# Windows Installer files
+*.cab
+*.msi
+*.msix
+*.msm
+*.msp
+
+# Windows shortcuts
+*.lnk
+
+# content below from: https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
+## Ignore Visual Studio temporary files, build results, and
+## files generated by popular Visual Studio add-ons.
+##
+## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
+
+# User-specific files
+*.suo
+*.user
+*.userosscache
+*.sln.docstates
+
+# User-specific files (MonoDevelop/Xamarin Studio)
+*.userprefs
+
+# Build results
+[Dd]ebug/
+[Dd]ebugPublic/
+[Rr]elease/
+[Rr]eleases/
+x64/
+x86/
+bld/
+[Bb]in/
+[Oo]bj/
+[Ll]og/
+
+# Visual Studio 2015/2017 cache/options directory
+.vs/
+# Uncomment if you have tasks that create the project's static files in wwwroot
+#wwwroot/
+
+# Visual Studio 2017 auto generated files
+Generated\ Files/
+
+# MSTest test Results
+[Tt]est[Rr]esult*/
+[Bb]uild[Ll]og.*
+
+# NUNIT
+*.VisualState.xml
+TestResult.xml
+
+# Build Results of an ATL Project
+[Dd]ebugPS/
+[Rr]eleasePS/
+dlldata.c
+
+# Benchmark Results
+BenchmarkDotNet.Artifacts/
+
+# .NET Core
+project.lock.json
+project.fragment.lock.json
+artifacts/
+
+# StyleCop
+StyleCopReport.xml
+
+# Files built by Visual Studio
+*_i.c
+*_p.c
+*_h.h
+*.ilk
+*.meta
+*.obj
+*.iobj
+*.pch
+*.pdb
+*.ipdb
+*.pgc
+*.pgd
+*.rsp
+*.sbr
+*.tlb
+*.tli
+*.tlh
+*.tmp
+*.tmp_proj
+*_wpftmp.csproj
+*.log
+*.vspscc
+*.vssscc
+.builds
+*.pidb
+*.svclog
+*.scc
+
+# Chutzpah Test files
+_Chutzpah*
+
+# Visual C++ cache files
+ipch/
+*.aps
+*.ncb
+*.opendb
+*.opensdf
+*.sdf
+*.cachefile
+*.VC.db
+*.VC.VC.opendb
+
+# Visual Studio profiler
+*.psess
+*.vsp
+*.vspx
+*.sap
+
+# Visual Studio Trace Files
+*.e2e
+
+# TFS 2012 Local Workspace
+$tf/
+
+# Guidance Automation Toolkit
+*.gpState
+
+# ReSharper is a .NET coding add-in
+_ReSharper*/
+*.[Rr]e[Ss]harper
+*.DotSettings.user
+
+# JustCode is a .NET coding add-in
+.JustCode
+
+# TeamCity is a build add-in
+_TeamCity*
+
+# DotCover is a Code Coverage Tool
+*.dotCover
+
+# AxoCover is a Code Coverage Tool
+.axoCover/*
+!.axoCover/settings.json
+
+# Visual Studio code coverage results
+*.coverage
+*.coveragexml
+
+# NCrunch
+_NCrunch_*
+.*crunch*.local.xml
+nCrunchTemp_*
+
+# MightyMoose
+*.mm.*
+AutoTest.Net/
+
+# Web workbench (sass)
+.sass-cache/
+
+# Installshield output folder
+[Ee]xpress/
+
+# DocProject is a documentation generator add-in
+DocProject/buildhelp/
+DocProject/Help/*.HxT
+DocProject/Help/*.HxC
+DocProject/Help/*.hhc
+DocProject/Help/*.hhk
+DocProject/Help/*.hhp
+DocProject/Help/Html2
+DocProject/Help/html
+
+# Click-Once directory
+publish/
+
+# Publish Web Output
+*.[Pp]ublish.xml
+*.azurePubxml
+# Note: Comment the next line if you want to checkin your web deploy settings,
+# but database connection strings (with potential passwords) will be unencrypted
+*.pubxml
+*.publishproj
+
+# Microsoft Azure Web App publish settings. Comment the next line if you want to
+# checkin your Azure Web App publish settings, but sensitive information contained
+# in these scripts will be unencrypted
+PublishScripts/
+
+# NuGet Packages
+*.nupkg
+# The packages folder can be ignored because of Package Restore
+**/[Pp]ackages/*
+# except build/, which is used as an MSBuild target.
+!**/[Pp]ackages/build/
+# Uncomment if necessary however generally it will be regenerated when needed
+#!**/[Pp]ackages/repositories.config
+# NuGet v3's project.json files produces more ignorable files
+*.nuget.props
+*.nuget.targets
+
+# Microsoft Azure Build Output
+csx/
+*.build.csdef
+
+# Microsoft Azure Emulator
+ecf/
+rcf/
+
+# Windows Store app package directories and files
+AppPackages/
+BundleArtifacts/
+Package.StoreAssociation.xml
+_pkginfo.txt
+*.appx
+
+# Visual Studio cache files
+# files ending in .cache can be ignored
+*.[Cc]ache
+# but keep track of directories ending in .cache
+!*.[Cc]ache/
+
+# Others
+ClientBin/
+~$*
+*~
+*.dbmdl
+*.dbproj.schemaview
+*.jfm
+*.pfx
+*.publishsettings
+orleans.codegen.cs
+
+# Including strong name files can present a security risk
+# (https://github.com/github/gitignore/pull/2483#issue-259490424)
+#*.snk
+
+# Since there are multiple workflows, uncomment next line to ignore bower_components
+# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
+#bower_components/
+
+# RIA/Silverlight projects
+Generated_Code/
+
+# Backup & report files from converting an old project file
+# to a newer Visual Studio version. Backup files are not needed,
+# because we have git ;-)
+_UpgradeReport_Files/
+Backup*/
+UpgradeLog*.XML
+UpgradeLog*.htm
+ServiceFabricBackup/
+*.rptproj.bak
+
+# SQL Server files
+*.mdf
+*.ldf
+*.ndf
+
+# Business Intelligence projects
+*.rdl.data
+*.bim.layout
+*.bim_*.settings
+*.rptproj.rsuser
+
+# Microsoft Fakes
+FakesAssemblies/
+
+# GhostDoc plugin setting file
+*.GhostDoc.xml
+
+# Node.js Tools for Visual Studio
+.ntvs_analysis.dat
+node_modules/
+
+# Visual Studio 6 build log
+*.plg
+
+# Visual Studio 6 workspace options file
+*.opt
+
+# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
+*.vbw
+
+# Visual Studio LightSwitch build output
+**/*.HTMLClient/GeneratedArtifacts
+**/*.DesktopClient/GeneratedArtifacts
+**/*.DesktopClient/ModelManifest.xml
+**/*.Server/GeneratedArtifacts
+**/*.Server/ModelManifest.xml
+_Pvt_Extensions
+
+# Paket dependency manager
+.paket/paket.exe
+paket-files/
+
+# FAKE - F# Make
+.fake/
+
+# JetBrains Rider
+.idea/
+*.sln.iml
+
+# CodeRush personal settings
+.cr/personal
+
+# Python Tools for Visual Studio (PTVS)
+__pycache__/
+*.pyc
+
+# Cake - Uncomment if you are using it
+# tools/**
+# !tools/packages.config
+
+# Tabs Studio
+*.tss
+
+# Telerik's JustMock configuration file
+*.jmconfig
+
+# BizTalk build output
+*.btp.cs
+*.btm.cs
+*.odx.cs
+*.xsd.cs
+
+# OpenCover UI analysis results
+OpenCover/
+
+# Azure Stream Analytics local run output
+ASALocalRun/
+
+# MSBuild Binary and Structured Log
+*.binlog
+
+# NVidia Nsight GPU debugger configuration file
+*.nvuser
+
+# MFractors (Xamarin productivity tool) working folder
+.mfractor/
+
+# Local History for Visual Studio
+.localhistory/
\ No newline at end of file
diff --git a/RickAndMortySample.sln b/RickAndMortySample.sln
new file mode 100644
index 0000000..fde28c9
--- /dev/null
+++ b/RickAndMortySample.sln
@@ -0,0 +1,35 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.0.31612.314
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RickAndMortySample", "RickAndMortySample\RickAndMortySample\RickAndMortySample.csproj", "{68A4D2AB-6088-48AC-A8BA-4C36CA4D839D}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RickAndMortySample.WinUI", "RickAndMortySample\RickAndMortySample.WinUI\RickAndMortySample.WinUI.csproj", "{9792F7D8-2674-4AFF-9536-49B493BB165F}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {68A4D2AB-6088-48AC-A8BA-4C36CA4D839D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {68A4D2AB-6088-48AC-A8BA-4C36CA4D839D}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {68A4D2AB-6088-48AC-A8BA-4C36CA4D839D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {68A4D2AB-6088-48AC-A8BA-4C36CA4D839D}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {68A4D2AB-6088-48AC-A8BA-4C36CA4D839D}.Release|Any CPU.Build.0 = Release|Any CPU
+ {68A4D2AB-6088-48AC-A8BA-4C36CA4D839D}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {9792F7D8-2674-4AFF-9536-49B493BB165F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {9792F7D8-2674-4AFF-9536-49B493BB165F}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {9792F7D8-2674-4AFF-9536-49B493BB165F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {9792F7D8-2674-4AFF-9536-49B493BB165F}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {9792F7D8-2674-4AFF-9536-49B493BB165F}.Release|Any CPU.Build.0 = Release|Any CPU
+ {9792F7D8-2674-4AFF-9536-49B493BB165F}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572}
+ EndGlobalSection
+EndGlobal
diff --git a/RickAndMortySample/RickAndMortySample.WinUI/Platforms/Windows/App.xaml b/RickAndMortySample/RickAndMortySample.WinUI/Platforms/Windows/App.xaml
new file mode 100644
index 0000000..1c428a3
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample.WinUI/Platforms/Windows/App.xaml
@@ -0,0 +1,8 @@
+
+
+
diff --git a/RickAndMortySample/RickAndMortySample.WinUI/Platforms/Windows/App.xaml.cs b/RickAndMortySample/RickAndMortySample.WinUI/Platforms/Windows/App.xaml.cs
new file mode 100644
index 0000000..be02e98
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample.WinUI/Platforms/Windows/App.xaml.cs
@@ -0,0 +1,33 @@
+using Microsoft.Maui;
+using Microsoft.UI.Xaml;
+using Windows.ApplicationModel;
+
+// To learn more about WinUI, the WinUI project structure,
+// and more about our project templates, see: http://aka.ms/winui-project-info.
+
+namespace RickAndMortySample.WinUI
+{
+ ///
+ /// Provides application-specific behavior to supplement the default Application class.
+ ///
+ public partial class App : MauiWinUIApplication
+ {
+ ///
+ /// Initializes the singleton application object. This is the first line of authored code
+ /// executed, and as such is the logical equivalent of main() or WinMain().
+ ///
+ public App()
+ {
+ this.InitializeComponent();
+ }
+
+ protected override IStartup OnCreateStartup() => new Startup();
+
+ protected override void OnLaunched(LaunchActivatedEventArgs args)
+ {
+ base.OnLaunched(args);
+
+ Microsoft.Maui.Essentials.Platform.OnLaunched(args);
+ }
+ }
+}
diff --git a/RickAndMortySample/RickAndMortySample.WinUI/Platforms/Windows/Package.appxmanifest b/RickAndMortySample/RickAndMortySample.WinUI/Platforms/Windows/Package.appxmanifest
new file mode 100644
index 0000000..e19e2dd
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample.WinUI/Platforms/Windows/Package.appxmanifest
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+ RickAndMortySample
+ Microsoft
+ Assets\appiconStoreLogo.png
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/RickAndMortySample/RickAndMortySample.WinUI/Platforms/Windows/app.manifest b/RickAndMortySample/RickAndMortySample.WinUI/Platforms/Windows/app.manifest
new file mode 100644
index 0000000..78ff9b0
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample.WinUI/Platforms/Windows/app.manifest
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+ true/PM
+ PerMonitorV2, PerMonitor
+
+
+
diff --git a/RickAndMortySample/RickAndMortySample.WinUI/Properties/launchSettings.json b/RickAndMortySample/RickAndMortySample.WinUI/Properties/launchSettings.json
new file mode 100644
index 0000000..88e9c7a
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample.WinUI/Properties/launchSettings.json
@@ -0,0 +1,8 @@
+{
+ "profiles": {
+ "RickAndMortySample.WinUI": {
+ "commandName": "MsixPackage",
+ "nativeDebugging": false
+ }
+ }
+}
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample.WinUI/RickAndMortySample.WinUI.csproj b/RickAndMortySample/RickAndMortySample.WinUI/RickAndMortySample.WinUI.csproj
new file mode 100644
index 0000000..887badf
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample.WinUI/RickAndMortySample.WinUI.csproj
@@ -0,0 +1,66 @@
+
+
+
+ net6.0-windows10.0.19041
+ win-x64
+ WinExe
+ 10.0.17763.0
+ true
+ true
+ RickAndMortySample
+
+
+ true
+ MSIX
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/RickAndMortySample/RickAndMortySample/App.xaml b/RickAndMortySample/RickAndMortySample/App.xaml
new file mode 100644
index 0000000..bff3956
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/App.xaml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+ #512bdf
+ White
+
+
+
+
+
+
+
+
diff --git a/RickAndMortySample/RickAndMortySample/App.xaml.cs b/RickAndMortySample/RickAndMortySample/App.xaml.cs
new file mode 100644
index 0000000..f93af84
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/App.xaml.cs
@@ -0,0 +1,18 @@
+using Microsoft.Maui;
+using Microsoft.Maui.Controls;
+using Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific;
+using RickAndMortySample.Pages;
+using Application = Microsoft.Maui.Controls.Application;
+
+namespace RickAndMortySample
+{
+ public partial class App : Application
+ {
+ public App()
+ {
+ InitializeComponent();
+
+ MainPage = new RAMTabbedPage();
+ }
+ }
+}
diff --git a/RickAndMortySample/RickAndMortySample/Converters/StatusToColorConverter.cs b/RickAndMortySample/RickAndMortySample/Converters/StatusToColorConverter.cs
new file mode 100644
index 0000000..e7cac16
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Converters/StatusToColorConverter.cs
@@ -0,0 +1,35 @@
+using Microsoft.Maui.Controls;
+using Microsoft.Maui.Graphics;
+using System;
+using System.Collections.Generic;
+using System.Globalization;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RickAndMortySample.Converters
+{
+ public class StatusToColorConverter : IValueConverter
+ {
+ public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
+ {
+ var status = value as string;
+ switch (status)
+ {
+ case "Alive":
+ return Colors.Green;
+ case "Dead":
+ return Colors.Red;
+ case "unknown":
+ return Colors.Grey;
+ default:
+ return Colors.Black;
+ }
+ }
+
+ public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/RickAndMortySample/RickAndMortySample/MainPage.xaml b/RickAndMortySample/RickAndMortySample/MainPage.xaml
new file mode 100644
index 0000000..f1adf30
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/MainPage.xaml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/RickAndMortySample/RickAndMortySample/MainPage.xaml.cs b/RickAndMortySample/RickAndMortySample/MainPage.xaml.cs
new file mode 100644
index 0000000..41f8a37
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/MainPage.xaml.cs
@@ -0,0 +1,20 @@
+using System;
+using Microsoft.Maui.Controls;
+
+namespace RickAndMortySample
+{
+ public partial class MainPage : ContentPage
+ {
+ public MainPage()
+ {
+ InitializeComponent();
+ }
+
+ int count = 0;
+ private void OnCounterClicked(object sender, EventArgs e)
+ {
+ count++;
+ CounterLabel.Text = $"Current count: {count}";
+ }
+ }
+}
diff --git a/RickAndMortySample/RickAndMortySample/Models/Character.cs b/RickAndMortySample/RickAndMortySample/Models/Character.cs
new file mode 100644
index 0000000..a2a0c82
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Models/Character.cs
@@ -0,0 +1,43 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Text.Json.Serialization;
+using System.Threading.Tasks;
+
+namespace RickAndMortySample.Models
+{
+ public class Character
+ {
+ [JsonPropertyName("id")]
+ public int Id { get; set; }
+
+ [JsonPropertyName("name")]
+ public string Name { get; set; }
+
+ [JsonPropertyName("status")]
+ public string Status { get; set; }
+
+ [JsonPropertyName("species")]
+ public string Species { get; set; }
+
+ [JsonPropertyName("type")]
+ public string Type { get; set; }
+
+ [JsonPropertyName("gender")]
+ public string Gender { get; set; }
+
+ [JsonPropertyName("image")]
+ public string Image { get; set; }
+
+ [JsonPropertyName("episode")]
+ public List Episode { get; set; }
+
+ [JsonPropertyName("url")]
+ public string Url { get; set; }
+
+ [JsonPropertyName("created")]
+ public DateTime Created { get; set; }
+
+ }
+}
diff --git a/RickAndMortySample/RickAndMortySample/Models/Episode.cs b/RickAndMortySample/RickAndMortySample/Models/Episode.cs
new file mode 100644
index 0000000..8926ab9
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Models/Episode.cs
@@ -0,0 +1,27 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RickAndMortySample.Models
+{
+ public class Episode
+ {
+ public int Id { get; set; }
+ public string Name { get; set; }
+ public string Air_date { get; set; }
+ public string episode { get; set; }
+ public List Characters { get; set; }
+ public string Url { get; set; }
+ public DateTime Created { get; set; }
+
+ public Episode CreateFakeData()
+ {
+ this.Id = 5214354;
+ this.Name = "asa";
+ this.episode = "dfdf";
+ return this;
+ }
+ }
+}
diff --git a/RickAndMortySample/RickAndMortySample/Models/RickAndMortyResponse.cs b/RickAndMortySample/RickAndMortySample/Models/RickAndMortyResponse.cs
new file mode 100644
index 0000000..d6beb82
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Models/RickAndMortyResponse.cs
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RickAndMortySample.Models
+{
+ public class RickAndMortyResponse
+ {
+ public Info info { get; set; }
+ public IEnumerable results { get; set; }
+
+ public class Info
+ {
+ public int count { get; set; }
+ public int pages { get; set; }
+ public string next { get; set; }
+ public object prev { get; set; }
+ }
+ }
+}
diff --git a/RickAndMortySample/RickAndMortySample/Pages/CharactersPage.xaml b/RickAndMortySample/RickAndMortySample/Pages/CharactersPage.xaml
new file mode 100644
index 0000000..2750da1
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Pages/CharactersPage.xaml
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample/Pages/CharactersPage.xaml.cs b/RickAndMortySample/RickAndMortySample/Pages/CharactersPage.xaml.cs
new file mode 100644
index 0000000..e472e7c
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Pages/CharactersPage.xaml.cs
@@ -0,0 +1,19 @@
+using RickAndMortySample.ViewModels;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RickAndMortySample.Pages
+{
+ public partial class CharactersPage
+ {
+ public CharactersPage()
+ {
+ InitializeComponent();
+
+ this.BindingContext = new CharactersViewModel();
+ }
+ }
+}
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample/Pages/EpisodesPage.xaml b/RickAndMortySample/RickAndMortySample/Pages/EpisodesPage.xaml
new file mode 100644
index 0000000..4855faf
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Pages/EpisodesPage.xaml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample/Pages/EpisodesPage.xaml.cs b/RickAndMortySample/RickAndMortySample/Pages/EpisodesPage.xaml.cs
new file mode 100644
index 0000000..fe0d85a
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Pages/EpisodesPage.xaml.cs
@@ -0,0 +1,19 @@
+using RickAndMortySample.ViewModels;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RickAndMortySample.Pages
+{
+ public partial class EpisodesPage
+ {
+ public EpisodesPage()
+ {
+ InitializeComponent();
+
+ this.BindingContext = new EpisodesViewModel();
+ }
+ }
+}
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample/Pages/RAMTabbedPage.xaml b/RickAndMortySample/RickAndMortySample/Pages/RAMTabbedPage.xaml
new file mode 100644
index 0000000..3f8dc2c
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Pages/RAMTabbedPage.xaml
@@ -0,0 +1,12 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample/Pages/RAMTabbedPage.xaml.cs b/RickAndMortySample/RickAndMortySample/Pages/RAMTabbedPage.xaml.cs
new file mode 100644
index 0000000..4670bf2
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Pages/RAMTabbedPage.xaml.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RickAndMortySample.Pages
+{
+ public partial class RAMTabbedPage
+ {
+ public RAMTabbedPage()
+ {
+ InitializeComponent();
+ }
+ }
+}
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample/Platforms/Android/AndroidManifest.xml b/RickAndMortySample/RickAndMortySample/Platforms/Android/AndroidManifest.xml
new file mode 100644
index 0000000..85bd4d5
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Platforms/Android/AndroidManifest.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample/Platforms/Android/MainActivity.cs b/RickAndMortySample/RickAndMortySample/Platforms/Android/MainActivity.cs
new file mode 100644
index 0000000..af8695b
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Platforms/Android/MainActivity.cs
@@ -0,0 +1,11 @@
+using Android.App;
+using Android.Content.PM;
+using Microsoft.Maui;
+
+namespace RickAndMortySample
+{
+ [Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize)]
+ public class MainActivity : MauiAppCompatActivity
+ {
+ }
+}
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample/Platforms/Android/MainApplication.cs b/RickAndMortySample/RickAndMortySample/Platforms/Android/MainApplication.cs
new file mode 100644
index 0000000..64182b1
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Platforms/Android/MainApplication.cs
@@ -0,0 +1,16 @@
+using System;
+using Android.App;
+using Android.Runtime;
+using Microsoft.Maui;
+
+namespace RickAndMortySample
+{
+ [Application]
+ public class MainApplication : MauiApplication
+ {
+ public MainApplication(IntPtr handle, JniHandleOwnership ownership)
+ : base(handle, ownership)
+ {
+ }
+ }
+}
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample/Platforms/Android/Resources/values/colors.xml b/RickAndMortySample/RickAndMortySample/Platforms/Android/Resources/values/colors.xml
new file mode 100644
index 0000000..c04d749
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Platforms/Android/Resources/values/colors.xml
@@ -0,0 +1,6 @@
+
+
+ #512BD4
+ #2B0B98
+ #2B0B98
+
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample/Platforms/Android/Resources/values/styles.xml b/RickAndMortySample/RickAndMortySample/Platforms/Android/Resources/values/styles.xml
new file mode 100644
index 0000000..b749b60
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Platforms/Android/Resources/values/styles.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample/Platforms/MacCatalyst/AppDelegate.cs b/RickAndMortySample/RickAndMortySample/Platforms/MacCatalyst/AppDelegate.cs
new file mode 100644
index 0000000..9ca231d
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Platforms/MacCatalyst/AppDelegate.cs
@@ -0,0 +1,10 @@
+using Foundation;
+using Microsoft.Maui;
+
+namespace RickAndMortySample
+{
+ [Register("AppDelegate")]
+ public class AppDelegate : MauiUIApplicationDelegate
+ {
+ }
+}
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample/Platforms/MacCatalyst/Info.plist b/RickAndMortySample/RickAndMortySample/Platforms/MacCatalyst/Info.plist
new file mode 100644
index 0000000..77eae14
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Platforms/MacCatalyst/Info.plist
@@ -0,0 +1,32 @@
+
+
+
+
+ LSMinimumSystemVersion
+ 10.15
+ UIDeviceFamily
+
+ 1
+ 2
+
+ UIRequiredDeviceCapabilities
+
+ arm64
+
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ UISupportedInterfaceOrientations~ipad
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationPortraitUpsideDown
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ XSAppIconAssets
+ Assets.xcassets/appicon.appiconset
+
+
diff --git a/RickAndMortySample/RickAndMortySample/Platforms/MacCatalyst/Program.cs b/RickAndMortySample/RickAndMortySample/Platforms/MacCatalyst/Program.cs
new file mode 100644
index 0000000..a64f7e4
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Platforms/MacCatalyst/Program.cs
@@ -0,0 +1,15 @@
+using UIKit;
+
+namespace RickAndMortySample
+{
+ public class Program
+ {
+ // This is the main entry point of the application.
+ static void Main(string[] args)
+ {
+ // if you want to use a different Application Delegate class from "AppDelegate"
+ // you can specify it here.
+ UIApplication.Main(args, null, typeof(AppDelegate));
+ }
+ }
+}
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample/Platforms/iOS/AppDelegate.cs b/RickAndMortySample/RickAndMortySample/Platforms/iOS/AppDelegate.cs
new file mode 100644
index 0000000..9ca231d
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Platforms/iOS/AppDelegate.cs
@@ -0,0 +1,10 @@
+using Foundation;
+using Microsoft.Maui;
+
+namespace RickAndMortySample
+{
+ [Register("AppDelegate")]
+ public class AppDelegate : MauiUIApplicationDelegate
+ {
+ }
+}
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample/Platforms/iOS/Entitlements.plist b/RickAndMortySample/RickAndMortySample/Platforms/iOS/Entitlements.plist
new file mode 100644
index 0000000..36a8706
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Platforms/iOS/Entitlements.plist
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/RickAndMortySample/RickAndMortySample/Platforms/iOS/Info.plist b/RickAndMortySample/RickAndMortySample/Platforms/iOS/Info.plist
new file mode 100644
index 0000000..ed2ffb6
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Platforms/iOS/Info.plist
@@ -0,0 +1,34 @@
+
+
+
+
+ LSRequiresIPhoneOS
+
+ MinimumOSVersion
+ 10.3.4
+ UIDeviceFamily
+
+ 1
+ 2
+
+ UIRequiredDeviceCapabilities
+
+ arm64
+
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ UISupportedInterfaceOrientations~ipad
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationPortraitUpsideDown
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ XSAppIconAssets
+ Assets.xcassets/appicon.appiconset
+
+
diff --git a/RickAndMortySample/RickAndMortySample/Platforms/iOS/Program.cs b/RickAndMortySample/RickAndMortySample/Platforms/iOS/Program.cs
new file mode 100644
index 0000000..a64f7e4
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Platforms/iOS/Program.cs
@@ -0,0 +1,15 @@
+using UIKit;
+
+namespace RickAndMortySample
+{
+ public class Program
+ {
+ // This is the main entry point of the application.
+ static void Main(string[] args)
+ {
+ // if you want to use a different Application Delegate class from "AppDelegate"
+ // you can specify it here.
+ UIApplication.Main(args, null, typeof(AppDelegate));
+ }
+ }
+}
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample/Platforms/iOS/Resources/LaunchScreen.xib b/RickAndMortySample/RickAndMortySample/Platforms/iOS/Resources/LaunchScreen.xib
new file mode 100644
index 0000000..3e5075f
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Platforms/iOS/Resources/LaunchScreen.xib
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/RickAndMortySample/RickAndMortySample/Resources/Fonts/OpenSans-Regular.ttf b/RickAndMortySample/RickAndMortySample/Resources/Fonts/OpenSans-Regular.ttf
new file mode 100644
index 0000000..29bfd35
Binary files /dev/null and b/RickAndMortySample/RickAndMortySample/Resources/Fonts/OpenSans-Regular.ttf differ
diff --git a/RickAndMortySample/RickAndMortySample/Resources/Images/dotnet_bot.svg b/RickAndMortySample/RickAndMortySample/Resources/Images/dotnet_bot.svg
new file mode 100644
index 0000000..abfaff2
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Resources/Images/dotnet_bot.svg
@@ -0,0 +1,93 @@
+
diff --git a/RickAndMortySample/RickAndMortySample/Resources/Images/groups_black.svg b/RickAndMortySample/RickAndMortySample/Resources/Images/groups_black.svg
new file mode 100644
index 0000000..d81f955
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Resources/Images/groups_black.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample/Resources/Images/ondemand_video_black.svg b/RickAndMortySample/RickAndMortySample/Resources/Images/ondemand_video_black.svg
new file mode 100644
index 0000000..3ed516d
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Resources/Images/ondemand_video_black.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample/Resources/appicon.svg b/RickAndMortySample/RickAndMortySample/Resources/appicon.svg
new file mode 100644
index 0000000..9d63b65
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Resources/appicon.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample/Resources/appiconfg.svg b/RickAndMortySample/RickAndMortySample/Resources/appiconfg.svg
new file mode 100644
index 0000000..21dfb25
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Resources/appiconfg.svg
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample/RickAndMortySample.csproj b/RickAndMortySample/RickAndMortySample/RickAndMortySample.csproj
new file mode 100644
index 0000000..918f4de
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/RickAndMortySample.csproj
@@ -0,0 +1,47 @@
+
+
+
+
+ net6.0-ios;net6.0-android;net6.0-maccatalyst
+ Exe
+ true
+ true
+ RickAndMortySample
+
+
+ RickAndMortySample
+
+
+ com.companyname.RickAndMortySample
+
+
+ 1.0
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ iossimulator-x64
+ maccatalyst-x64
+ False
+
+
+
diff --git a/RickAndMortySample/RickAndMortySample/Services/Api/IRickAndMortyApi.cs b/RickAndMortySample/RickAndMortySample/Services/Api/IRickAndMortyApi.cs
new file mode 100644
index 0000000..de44181
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Services/Api/IRickAndMortyApi.cs
@@ -0,0 +1,19 @@
+using Refit;
+using RickAndMortySample.Models;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RickAndMortySample.Services.Api
+{
+ public interface IRickAndMortyApi
+ {
+ [Get("/api/episode")]
+ Task> GetEpisodes();
+
+ [Get("/api/character")]
+ Task> GetCharacters();
+ }
+}
diff --git a/RickAndMortySample/RickAndMortySample/Services/RickAndMortyService.cs b/RickAndMortySample/RickAndMortySample/Services/RickAndMortyService.cs
new file mode 100644
index 0000000..d1c0bef
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Services/RickAndMortyService.cs
@@ -0,0 +1,56 @@
+using Refit;
+using RickAndMortySample.Models;
+using RickAndMortySample.Services.Api;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RickAndMortySample.Services
+{
+ public class RickAndMortyService
+ {
+ private readonly IRickAndMortyApi rickAndMortyApi;
+ internal RickAndMortyService()
+ {
+ rickAndMortyApi = RestService.For("https://rickandmortyapi.com");
+ }
+
+ internal async Task> GetEpisodesAsync()
+ {
+ try
+ {
+ var response = await rickAndMortyApi.GetEpisodes();
+ if (response != null)
+ {
+ return response.results;
+ }
+ }
+ catch (Refit.ApiException e)
+ {
+ Console.WriteLine(e.StackTrace);
+ }
+
+ return new List();
+ }
+
+ internal async Task> GetCharactersAsync()
+ {
+ try
+ {
+ var response = await rickAndMortyApi.GetCharacters();
+ if (response != null)
+ {
+ return response.results;
+ }
+ }
+ catch (Refit.ApiException e)
+ {
+ Console.WriteLine(e.StackTrace);
+ }
+
+ return new List();
+ }
+ }
+}
diff --git a/RickAndMortySample/RickAndMortySample/Startup.cs b/RickAndMortySample/RickAndMortySample/Startup.cs
new file mode 100644
index 0000000..508c2bd
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Startup.cs
@@ -0,0 +1,23 @@
+using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
+using Microsoft.Maui.Controls.Compatibility;
+using Microsoft.Maui.Controls.Hosting;
+using Microsoft.Maui.Controls.Xaml;
+
+[assembly: XamlCompilationAttribute(XamlCompilationOptions.Compile)]
+
+namespace RickAndMortySample
+{
+ public class Startup : IStartup
+ {
+ public void Configure(IAppHostBuilder appBuilder)
+ {
+ appBuilder
+ .UseMauiApp()
+ .ConfigureFonts(fonts =>
+ {
+ fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
+ });
+ }
+ }
+}
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample/ViewModels/BindableBase.cs b/RickAndMortySample/RickAndMortySample/ViewModels/BindableBase.cs
new file mode 100644
index 0000000..e5be51d
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/ViewModels/BindableBase.cs
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Linq;
+using System.Runtime.CompilerServices;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RickAndMortySample.ViewModels
+{
+ public class BindableBase : INotifyPropertyChanged
+ {
+ public event PropertyChangedEventHandler PropertyChanged;
+
+ protected virtual void OnPropertyChanged([CallerMemberName] string propertyName = null)
+ {
+ PropertyChangedEventHandler handler = PropertyChanged;
+ if (handler != null)
+ handler(this, new PropertyChangedEventArgs(propertyName));
+ }
+ }
+}
diff --git a/RickAndMortySample/RickAndMortySample/ViewModels/CharactersViewModel.cs b/RickAndMortySample/RickAndMortySample/ViewModels/CharactersViewModel.cs
new file mode 100644
index 0000000..70f1387
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/ViewModels/CharactersViewModel.cs
@@ -0,0 +1,61 @@
+using RickAndMortySample.Models;
+using RickAndMortySample.Pages;
+using RickAndMortySample.Services;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RickAndMortySample.ViewModels
+{
+ public class CharactersViewModel : BindableBase
+ {
+ private readonly RickAndMortyService rickAndMortyService = new RickAndMortyService();
+
+ private IEnumerable characters;
+ public IEnumerable Characters
+ {
+ get => characters;
+ set
+ {
+ characters = value;
+ OnPropertyChanged();
+ }
+ }
+
+ private Character selectedCharacter;
+ public Character SelectedCharacter
+ {
+ get => selectedCharacter;
+ set
+ {
+ selectedCharacter = value;
+ OnPropertyChanged();
+ NavigateToCharacterDetail();
+ }
+ }
+
+ public CharactersViewModel()
+ {
+ FetchAsync();
+ }
+
+ private async void FetchAsync()
+ {
+ Characters = await rickAndMortyService.GetCharactersAsync();
+ }
+
+ private async void NavigateToCharacterDetail()
+ {
+ if (selectedCharacter == null)
+ {
+ return;
+ }
+
+ await App.Current.MainPage.DisplayAlert("Nice!!", $"You select {selectedCharacter.Name}", "Close");
+
+ SelectedCharacter = null;
+ }
+ }
+}
diff --git a/RickAndMortySample/RickAndMortySample/ViewModels/EpisodesViewModel.cs b/RickAndMortySample/RickAndMortySample/ViewModels/EpisodesViewModel.cs
new file mode 100644
index 0000000..5b6471e
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/ViewModels/EpisodesViewModel.cs
@@ -0,0 +1,61 @@
+using RickAndMortySample.Models;
+using RickAndMortySample.Pages;
+using RickAndMortySample.Services;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RickAndMortySample.ViewModels
+{
+ public class EpisodesViewModel : BindableBase
+ {
+ private readonly RickAndMortyService episodesService = new RickAndMortyService();
+
+ private IEnumerable episodes;
+ public IEnumerable Episodes
+ {
+ get => episodes;
+ set
+ {
+ episodes = value;
+ OnPropertyChanged();
+ }
+ }
+
+ private Episode selectedEpisode;
+ public Episode SelectedEpisode
+ {
+ get => selectedEpisode;
+ set
+ {
+ selectedEpisode = value;
+ OnPropertyChanged();
+ NavigateToEpisode();
+ }
+ }
+
+ public EpisodesViewModel()
+ {
+ FetchAsync();
+ }
+
+ private async void FetchAsync()
+ {
+ Episodes = await episodesService.GetEpisodesAsync();
+ }
+
+ private void NavigateToEpisode()
+ {
+ if (SelectedEpisode == null)
+ {
+ return;
+ }
+
+ //App.Current.MainPage.Navigation.PushAsync(new EpisodeDetailPage(selectedEpisode));
+
+ SelectedEpisode = null;
+ }
+ }
+}
diff --git a/RickAndMortySample/RickAndMortySample/Views/NavView.xaml b/RickAndMortySample/RickAndMortySample/Views/NavView.xaml
new file mode 100644
index 0000000..e503844
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Views/NavView.xaml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/RickAndMortySample/RickAndMortySample/Views/NavView.xaml.cs b/RickAndMortySample/RickAndMortySample/Views/NavView.xaml.cs
new file mode 100644
index 0000000..f7e206b
--- /dev/null
+++ b/RickAndMortySample/RickAndMortySample/Views/NavView.xaml.cs
@@ -0,0 +1,26 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace RickAndMortySample.Views
+{
+ public partial class NavView
+ {
+ public NavView()
+ {
+ InitializeComponent();
+ }
+
+ private void ChatacterTab_Clicked(object sender,EventArgs e)
+ {
+
+ }
+
+ private void EpisodesTab_Clicked(object sender,EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file