下载
开发软件
账户
下载
开发软件
登录
我忘记用户名和密码了
创建帐户
语言
帮助
语言
帮助
×
登录
登录名
密码
×
我忘记用户名和密码了
简体中文翻译状态
类别:
软件
用户
PersonalForge
Magazine
Wiki
搜索
OSDN
>
Developer
>
yoshy
>
Chamber
>
TestNarou2
>
提交
yoshy
TestNarou2 Prism+MAUI Sample Implementation
Fork
(Original repository, No fork origin)
Wiki
源代码
概述
SourceTree
Commits
Branches
标签
下载
任务单
list
提交
里程碑列表
Fork
Fork information
Fork this repository
Activities
Chamber History
统计
Other Chambers (18)
CleanAuLait MVVM Framework
CleanAuLait48 MVVM Framework for .NET Framework 4.8
CleanAuLait48.Db
CleanAuLait.Db
CleanAuLait.ObservableCollectionsMod
CleanAuLait.Prism
CleanAuLait.Prism.MAUI
CleanAuLait.Prism.WinUI3
CleanAuLait.Prism.WPF
Folder Categorizer WinForm Sample Implementation
Folder Categorizer2 Prism+WPF Sample Implementation
mAgicAnime mod. yossiepon
MIDITrail mod. yossiepon
TestNarou Prism+WPF Sample Implementation
TestNarou2 Prism+MAUI Sample Implementation
TestNarou3 Prism+WinUI3 Sample Implementation
UmaTest
YamabikoClient plugin for Yggdrasil-System&mixi based on foobar2000 SDK 0.8.3
List
R/O
HTTP
SSH
HTTPS
Fork
提交
标签
No Tags
Frequently used words (click to add to your profile)
java
c++
android
linux
c#
windows
objective-c
cocoa
誰得
qt
python
php
ruby
game
gui
bathyscaphe
c
計画中(planning stage)
翻訳
omegat
framework
twitter
dom
test
vb.net
directx
ゲームエンジン
btron
arduino
previewer
なろうブックマーク分析用ツールのPrism+MAUIサンプル実装
Commit MetaInfo
修订版
b13a2e64da2ce6266dd0adf483cfccfdd08a0812 (
tree
)
时间
2022-08-16 00:27:25
作者
yoshy <yoshy.org.bitbucket@gz.j...>
Commiter
yoshy
Log Message
initial revision
更改概述
add:
TestNarou2.Adaptor/AdaptorMappingProfile.cs
add:
TestNarou2.Adaptor/AdaptorModule.cs
add:
TestNarou2.Adaptor/AssemblyInfo.cs
add:
TestNarou2.Adaptor/Boundary/Controller/IAppWindowController.cs
add:
TestNarou2.Adaptor/Boundary/Gateway/ViewModel/Child/IBookmarkCategoryRowViewModel.cs
add:
TestNarou2.Adaptor/Boundary/Gateway/ViewModel/Child/IBookmarkDetailListRowViewModel.cs
add:
TestNarou2.Adaptor/Boundary/Gateway/ViewModel/IBookmarkCategoryViewModel.cs
add:
TestNarou2.Adaptor/Boundary/Gateway/ViewModel/IBookmarkDetailListViewModel.cs
add:
TestNarou2.Adaptor/Boundary/Gateway/ViewModel/IBookmarkViewModel.cs
add:
TestNarou2.Adaptor/Boundary/Gateway/ViewModel/ILoginFormViewModel.cs
add:
TestNarou2.Adaptor/Boundary/Gateway/ViewModel/IMainWindowViewModel.cs
add:
TestNarou2.Adaptor/Controller/AppWindowController.cs
add:
TestNarou2.Adaptor/Gateway/ViewModel/BookmarkCategoryViewModel.cs
add:
TestNarou2.Adaptor/Gateway/ViewModel/BookmarkDetailListViewModel.cs
add:
TestNarou2.Adaptor/Gateway/ViewModel/BookmarkViewModel.cs
add:
TestNarou2.Adaptor/Gateway/ViewModel/Child/BookmarkCategoryRowViewModel.AfterMap.cs
add:
TestNarou2.Adaptor/Gateway/ViewModel/Child/BookmarkCategoryRowViewModel.cs
add:
TestNarou2.Adaptor/Gateway/ViewModel/Child/BookmarkDetailListRowViewModel.AfterMap.cs
add:
TestNarou2.Adaptor/Gateway/ViewModel/Child/BookmarkDetailListRowViewModel.cs
add:
TestNarou2.Adaptor/Gateway/ViewModel/LoginFormViewModel.cs
add:
TestNarou2.Adaptor/Gateway/ViewModel/MainPageViewModel.cs
add:
TestNarou2.Adaptor/Gateway/ViewModel/MainWindowViewModel.cs
add:
TestNarou2.Adaptor/Platforms/Android/PlatformClass1.cs
add:
TestNarou2.Adaptor/Platforms/MacCatalyst/PlatformClass1.cs
add:
TestNarou2.Adaptor/Platforms/Tizen/PlatformClass1.cs
add:
TestNarou2.Adaptor/Platforms/Windows/PlatformClass1.cs
add:
TestNarou2.Adaptor/Platforms/iOS/PlatformClass1.cs
add:
TestNarou2.Adaptor/Presenter/AppConfigLoadPresenter.cs
add:
TestNarou2.Adaptor/Presenter/NarouLoginPresenter.cs
add:
TestNarou2.Adaptor/Presenter/NarouRefreshBookmarkDetailListPresenter.cs
add:
TestNarou2.Adaptor/TestNarou2.30Adaptor.csproj
add:
TestNarou2.Adaptor/Translator/BookmarkCategoryRowViewModelTranslator.cs
add:
TestNarou2.Adaptor/Translator/BookmarkDetailListRowViewModelTranslator.cs
add:
TestNarou2.Adaptor/Translator/Converter/BookmarkCategoryTextResolver.cs
add:
TestNarou2.Adaptor/Translator/Converter/FlagConverter.cs
add:
TestNarou2.Adaptor/Translator/Converter/MinToHourConverter.cs
add:
TestNarou2.Adaptor/Translator/Converter/PointPerMinResolver.cs
add:
TestNarou2.Adaptor/Translator/Converter/SubstringConverter.cs
add:
TestNarou2.Adaptor/Translator/Converter/SummaryResolver.cs
add:
TestNarou2.Adaptor/Translator/IBookmarkCategoryRowViewModelTranslator.cs
add:
TestNarou2.Adaptor/Translator/IBookmarkDetailListRowViewModelTranslator.cs
add:
TestNarou2.Domain/Boundary/Repository/IAppConfigRepository.cs
add:
TestNarou2.Domain/Boundary/Repository/INarouRepository.cs
add:
TestNarou2.Domain/Boundary/Service/IAppConfigService.cs
add:
TestNarou2.Domain/Boundary/Service/INarouService.cs
add:
TestNarou2.Domain/DomainMappingProfile.cs
add:
TestNarou2.Domain/DomainModule.cs
add:
TestNarou2.Domain/Model/API/NarouCategoryInfo.cs
add:
TestNarou2.Domain/Model/API/NarouNovelDetailInfo.cs
add:
TestNarou2.Domain/Model/Config/AppConfig.cs
add:
TestNarou2.Domain/Model/Config/NarouLoginSettings.cs
add:
TestNarou2.Domain/Model/Entity/BookmarkCategory.cs
add:
TestNarou2.Domain/Model/Entity/BookmarkDetailList.cs
add:
TestNarou2.Domain/Model/Entity/Child/BookmarkCategoryRow.cs
add:
TestNarou2.Domain/Model/Entity/Child/BookmarkDetailListRow.cs
add:
TestNarou2.Domain/Platforms/Android/PlatformClass1.cs
add:
TestNarou2.Domain/Platforms/MacCatalyst/PlatformClass1.cs
add:
TestNarou2.Domain/Platforms/Tizen/PlatformClass1.cs
add:
TestNarou2.Domain/Platforms/Windows/PlatformClass1.cs
add:
TestNarou2.Domain/Platforms/iOS/PlatformClass1.cs
add:
TestNarou2.Domain/Service/AppConfigService.cs
add:
TestNarou2.Domain/Service/NarouService.cs
add:
TestNarou2.Domain/TestNarou2.10Domain.csproj
add:
TestNarou2.Domain/Translator/BookmarkCategoryRowTranslator.cs
add:
TestNarou2.Domain/Translator/BookmarkDetailListRowTranslator.cs
add:
TestNarou2.Domain/Translator/IBookmarkCategoryRowTranslator.cs
add:
TestNarou2.Domain/Translator/IBookmarkDetailListRowTranslator.cs
add:
TestNarou2.Infra/Boundary/Resource/IAppCaptionFormatter.cs
add:
TestNarou2.Infra/Core/Resource/AppCaptionFormatter.cs
add:
TestNarou2.Infra/Core/Resource/ImageHelper.cs
add:
TestNarou2.Infra/Core/Resource/ResourceConst.cs
add:
TestNarou2.Infra/InfraModule.cs
add:
TestNarou2.Infra/Platforms/Android/PlatformClass1.cs
add:
TestNarou2.Infra/Platforms/MacCatalyst/PlatformClass1.cs
add:
TestNarou2.Infra/Platforms/Tizen/PlatformClass1.cs
add:
TestNarou2.Infra/Platforms/Windows/PlatformClass1.cs
add:
TestNarou2.Infra/Platforms/iOS/PlatformClass1.cs
add:
TestNarou2.Infra/Resources/Image/folder_256x.png
add:
TestNarou2.Infra/Resources/message.properties
add:
TestNarou2.Infra/TestNarou2.90Infra.csproj
add:
TestNarou2.OuterEdge/NavigationRegistrationExtensionsPatched.cs
add:
TestNarou2.OuterEdge/OuterEdgeMappingProfile.cs
add:
TestNarou2.OuterEdge/OuterEdgeModule.cs
add:
TestNarou2.OuterEdge/Platforms/Android/PlatformClass1.cs
add:
TestNarou2.OuterEdge/Platforms/MacCatalyst/PlatformClass1.cs
add:
TestNarou2.OuterEdge/Platforms/Tizen/PlatformClass1.cs
add:
TestNarou2.OuterEdge/Platforms/Windows/PlatformClass1.cs
add:
TestNarou2.OuterEdge/Platforms/iOS/PlatformClass1.cs
add:
TestNarou2.OuterEdge/RegionNavigationRegistrationExtensionsPatched.cs
add:
TestNarou2.OuterEdge/Repository/API/HttpClientHelper.cs
add:
TestNarou2.OuterEdge/Repository/API/NarouRepository.cs
add:
TestNarou2.OuterEdge/Repository/Config/AppConfigRepository.cs
add:
TestNarou2.OuterEdge/TestNarou2.40OuterEdge.csproj
add:
TestNarou2.OuterEdge/UI/View/BookmarkCategoryView.xaml
add:
TestNarou2.OuterEdge/UI/View/BookmarkCategoryView.xaml.cs
add:
TestNarou2.OuterEdge/UI/View/BookmarkDetailListView.xaml
add:
TestNarou2.OuterEdge/UI/View/BookmarkDetailListView.xaml.cs
add:
TestNarou2.OuterEdge/UI/View/BookmarkPage.xaml
add:
TestNarou2.OuterEdge/UI/View/BookmarkPage.xaml.cs
add:
TestNarou2.OuterEdge/UI/View/LoginFormPage.xaml
add:
TestNarou2.OuterEdge/UI/View/LoginFormPage.xaml.cs
add:
TestNarou2.UseCase/Boundary/Interactor/IAppConfigLoadInteractor.cs
add:
TestNarou2.UseCase/Boundary/Interactor/IAppConfigSaveInteractor.cs
add:
TestNarou2.UseCase/Boundary/Interactor/INarouLoginInteractor.cs
add:
TestNarou2.UseCase/Boundary/Interactor/INarouLogoutInteractor.cs
add:
TestNarou2.UseCase/Boundary/Interactor/INarouRefreshBookmarkDetailListInteractor.cs
add:
TestNarou2.UseCase/Boundary/Presenter/IAppConfigLoadPresenter.cs
add:
TestNarou2.UseCase/Boundary/Presenter/INarouLoginPresenter.cs
add:
TestNarou2.UseCase/Boundary/Presenter/INarouRefreshBookmarkDetailListPresenter.cs
add:
TestNarou2.UseCase/Interactor/AppConfigLoadInteractor.cs
add:
TestNarou2.UseCase/Interactor/AppConfigSaveInteractor.cs
add:
TestNarou2.UseCase/Interactor/NarouLoginInteractor.cs
add:
TestNarou2.UseCase/Interactor/NarouLogoutInteractor.cs
add:
TestNarou2.UseCase/Interactor/NarouRefreshBookmarkDetailListInteractor.cs
add:
TestNarou2.UseCase/Platforms/Android/PlatformClass1.cs
add:
TestNarou2.UseCase/Platforms/MacCatalyst/PlatformClass1.cs
add:
TestNarou2.UseCase/Platforms/Tizen/PlatformClass1.cs
add:
TestNarou2.UseCase/Platforms/Windows/PlatformClass1.cs
add:
TestNarou2.UseCase/Platforms/iOS/PlatformClass1.cs
add:
TestNarou2.UseCase/Request/AppConfigLoadRequest.cs
add:
TestNarou2.UseCase/Request/AppConfigSaveRequest.cs
add:
TestNarou2.UseCase/Request/NarouLoginRequest.cs
add:
TestNarou2.UseCase/Request/NarouLogoutRequest.cs
add:
TestNarou2.UseCase/Request/NarouRefreshBookmarkDetailListRequest.cs
add:
TestNarou2.UseCase/Response/AppConfigLoadResponse.cs
add:
TestNarou2.UseCase/Response/AppConfigSaveResponse.cs
add:
TestNarou2.UseCase/Response/NarouLoginResponse.cs
add:
TestNarou2.UseCase/Response/NarouLogoutResponse.cs
add:
TestNarou2.UseCase/Response/NarouRefreshBookmarkDetailListResponse.cs
add:
TestNarou2.UseCase/TestNarou2.20UseCase.csproj
add:
TestNarou2.UseCase/UseCaseModule.cs
add:
TestNarou2.sln
add:
TestNarou2/App.xaml
add:
TestNarou2/App.xaml.cs
add:
TestNarou2/Core/Mapper/MapperFactory.cs
add:
TestNarou2/MauiProgram.cs
add:
TestNarou2/NLog.config
add:
TestNarou2/NLog.xsd
add:
TestNarou2/Platforms/Android/AndroidManifest.xml
add:
TestNarou2/Platforms/Android/MainActivity.cs
add:
TestNarou2/Platforms/Android/MainApplication.cs
add:
TestNarou2/Platforms/Android/Resources/values/colors.xml
add:
TestNarou2/Platforms/MacCatalyst/AppDelegate.cs
add:
TestNarou2/Platforms/MacCatalyst/Info.plist
add:
TestNarou2/Platforms/MacCatalyst/Program.cs
add:
TestNarou2/Platforms/Tizen/Main.cs
add:
TestNarou2/Platforms/Tizen/tizen-manifest.xml
add:
TestNarou2/Platforms/Windows/App.xaml
add:
TestNarou2/Platforms/Windows/App.xaml.cs
add:
TestNarou2/Platforms/Windows/Package.appxmanifest
add:
TestNarou2/Platforms/Windows/app.manifest
add:
TestNarou2/Platforms/iOS/AppDelegate.cs
add:
TestNarou2/Platforms/iOS/Info.plist
add:
TestNarou2/Platforms/iOS/Program.cs
add:
TestNarou2/Properties/launchSettings.json
add:
TestNarou2/Resources/AppIcon/appicon.svg
add:
TestNarou2/Resources/AppIcon/appiconfg.svg
add:
TestNarou2/Resources/Fonts/OpenSans-Regular.ttf
add:
TestNarou2/Resources/Fonts/OpenSans-Semibold.ttf
add:
TestNarou2/Resources/Images/dotnet_bot.svg
add:
TestNarou2/Resources/Images/folder_256x.png
add:
TestNarou2/Resources/Raw/AboutAssets.txt
add:
TestNarou2/Resources/Raw/message.properties
add:
TestNarou2/Resources/Splash/splash.svg
add:
TestNarou2/Resources/Styles/Colors.xaml
add:
TestNarou2/Resources/Styles/Styles.xaml
add:
TestNarou2/TestNarou2.00App.csproj