Download
Desenvolver
Conta
Download
Desenvolver
Login
Forgot Account/Password
Criar Conta
Linguagem
Ajuda
Linguagem
Ajuda
×
Login
Nome de acesso
Senha
×
Forgot Account/Password
Estado tradução de Português
Category:
Software
People
PersonalForge
Magazine
Wiki
Pesquisa
OSDN
>
Developer
>
yoshy
>
Chamber
>
TestNarou3
>
Commit
yoshy
TestNarou3 Prism+WinUI3 Sample Implementation
Fork
(Original repository, No fork origin)
Wiki
Source Code
Sumário
SourceTree
Commits
Branches
Tags
Download
Tíquete
list
Submit
Milestone List
Fork
Fork information
Fork this repository
Activities
Chamber History
Stats
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
Commit
Tags
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+WinUI3サンプル実装
Commit MetaInfo
Revisão
090df2961e003907c671610ac0f363b5925ada24 (
tree
)
Hora
2022-08-16 00:47:33
Autor
yoshy <yoshy.org.bitbucket@gz.j...>
Commiter
yoshy
Mensagem de Log
initial revision
Mudança Sumário
add:
TestNarou3.Adaptor/AdaptorMappingProfile.cs
add:
TestNarou3.Adaptor/AdaptorModule.cs
add:
TestNarou3.Adaptor/AssemblyInfo.cs
add:
TestNarou3.Adaptor/Boundary/Controller/IAppWindowController.cs
add:
TestNarou3.Adaptor/Boundary/Gateway/ViewModel/Child/IBookmarkCategoryRowViewModel.cs
add:
TestNarou3.Adaptor/Boundary/Gateway/ViewModel/Child/IBookmarkDetailListRowViewModel.cs
add:
TestNarou3.Adaptor/Boundary/Gateway/ViewModel/IBookmarkCategoryViewModel.cs
add:
TestNarou3.Adaptor/Boundary/Gateway/ViewModel/IBookmarkDetailListViewModel.cs
add:
TestNarou3.Adaptor/Boundary/Gateway/ViewModel/IBookmarkViewModel.cs
add:
TestNarou3.Adaptor/Boundary/Gateway/ViewModel/ILoginFormViewModel.cs
add:
TestNarou3.Adaptor/Boundary/Gateway/ViewModel/IMainWindowViewModel.cs
add:
TestNarou3.Adaptor/Controller/AppWindowController.cs
add:
TestNarou3.Adaptor/Gateway/ViewModel/BookmarkCategoryViewModel.cs
add:
TestNarou3.Adaptor/Gateway/ViewModel/BookmarkDetailListViewModel.cs
add:
TestNarou3.Adaptor/Gateway/ViewModel/BookmarkViewModel.cs
add:
TestNarou3.Adaptor/Gateway/ViewModel/Child/BookmarkCategoryRowViewModel.AfterMap.cs
add:
TestNarou3.Adaptor/Gateway/ViewModel/Child/BookmarkCategoryRowViewModel.cs
add:
TestNarou3.Adaptor/Gateway/ViewModel/Child/BookmarkDetailListRowViewModel.AfterMap.cs
add:
TestNarou3.Adaptor/Gateway/ViewModel/Child/BookmarkDetailListRowViewModel.cs
add:
TestNarou3.Adaptor/Gateway/ViewModel/LoginFormViewModel.cs
add:
TestNarou3.Adaptor/Gateway/ViewModel/MainWindowViewModel.cs
add:
TestNarou3.Adaptor/Presenter/AppConfigLoadPresenter.cs
add:
TestNarou3.Adaptor/Presenter/NarouLoginPresenter.cs
add:
TestNarou3.Adaptor/Presenter/NarouRefreshBookmarkDetailListPresenter.cs
add:
TestNarou3.Adaptor/TestNarou3.30Adaptor.csproj
add:
TestNarou3.Adaptor/Translator/BookmarkCategoryRowViewModelTranslator.cs
add:
TestNarou3.Adaptor/Translator/BookmarkDetailListRowViewModelTranslator.cs
add:
TestNarou3.Adaptor/Translator/Converter/BookmarkCategoryTextResolver.cs
add:
TestNarou3.Adaptor/Translator/Converter/FlagConverter.cs
add:
TestNarou3.Adaptor/Translator/Converter/MinToHourConverter.cs
add:
TestNarou3.Adaptor/Translator/Converter/PointPerMinResolver.cs
add:
TestNarou3.Adaptor/Translator/Converter/SubstringConverter.cs
add:
TestNarou3.Adaptor/Translator/Converter/SummaryResolver.cs
add:
TestNarou3.Adaptor/Translator/IBookmarkCategoryRowViewModelTranslator.cs
add:
TestNarou3.Adaptor/Translator/IBookmarkDetailListRowViewModelTranslator.cs
add:
TestNarou3.Domain/Boundary/Repository/IAppConfigRepository.cs
add:
TestNarou3.Domain/Boundary/Repository/INarouRepository.cs
add:
TestNarou3.Domain/Boundary/Service/IAppConfigService.cs
add:
TestNarou3.Domain/Boundary/Service/INarouService.cs
add:
TestNarou3.Domain/DomainMappingProfile.cs
add:
TestNarou3.Domain/DomainModule.cs
add:
TestNarou3.Domain/Model/API/NarouCategoryInfo.cs
add:
TestNarou3.Domain/Model/API/NarouNovelDetailInfo.cs
add:
TestNarou3.Domain/Model/Config/AppConfig.cs
add:
TestNarou3.Domain/Model/Config/NarouLoginSettings.cs
add:
TestNarou3.Domain/Model/Entity/BookmarkCategory.cs
add:
TestNarou3.Domain/Model/Entity/BookmarkDetailList.cs
add:
TestNarou3.Domain/Model/Entity/Child/BookmarkCategoryRow.cs
add:
TestNarou3.Domain/Model/Entity/Child/BookmarkDetailListRow.cs
add:
TestNarou3.Domain/Service/AppConfigService.cs
add:
TestNarou3.Domain/Service/NarouService.cs
add:
TestNarou3.Domain/TestNarou3.10Domain.csproj
add:
TestNarou3.Domain/Translator/BookmarkCategoryRowTranslator.cs
add:
TestNarou3.Domain/Translator/BookmarkDetailListRowTranslator.cs
add:
TestNarou3.Domain/Translator/IBookmarkCategoryRowTranslator.cs
add:
TestNarou3.Domain/Translator/IBookmarkDetailListRowTranslator.cs
add:
TestNarou3.Infra/Boundary/Resource/IAppCaptionFormatter.cs
add:
TestNarou3.Infra/Core/Resource/AppCaptionFormatter.cs
add:
TestNarou3.Infra/Core/Resource/ImageHelper.cs
add:
TestNarou3.Infra/Core/Resource/ResourceConst.cs
add:
TestNarou3.Infra/InfraModule.cs
add:
TestNarou3.Infra/TestNarou3.90Infra.csproj
add:
TestNarou3.OuterEdge/OuterEdgeMappingProfile.cs
add:
TestNarou3.OuterEdge/OuterEdgeModule.cs
add:
TestNarou3.OuterEdge/Repository/API/HttpClientHelper.cs
add:
TestNarou3.OuterEdge/Repository/API/NarouRepository.cs
add:
TestNarou3.OuterEdge/Repository/Config/AppConfigRepository.cs
add:
TestNarou3.OuterEdge/TestNarou3.40OuterEdge.csproj
add:
TestNarou3.OuterEdge/UI/View/BookmarkCategoryView.xaml
add:
TestNarou3.OuterEdge/UI/View/BookmarkCategoryView.xaml.cs
add:
TestNarou3.OuterEdge/UI/View/BookmarkDetailListView.xaml
add:
TestNarou3.OuterEdge/UI/View/BookmarkDetailListView.xaml.cs
add:
TestNarou3.OuterEdge/UI/View/BookmarkPage.xaml
add:
TestNarou3.OuterEdge/UI/View/BookmarkPage.xaml.cs
add:
TestNarou3.OuterEdge/UI/View/LoginFormPage.xaml
add:
TestNarou3.OuterEdge/UI/View/LoginFormPage.xaml.cs
add:
TestNarou3.OuterEdge/UI/View/MainWindowView.xaml
add:
TestNarou3.OuterEdge/UI/View/MainWindowView.xaml.cs
add:
TestNarou3.UseCase/Boundary/Interactor/IAppConfigLoadInteractor.cs
add:
TestNarou3.UseCase/Boundary/Interactor/IAppConfigSaveInteractor.cs
add:
TestNarou3.UseCase/Boundary/Interactor/INarouLoginInteractor.cs
add:
TestNarou3.UseCase/Boundary/Interactor/INarouLogoutInteractor.cs
add:
TestNarou3.UseCase/Boundary/Interactor/INarouRefreshBookmarkDetailListInteractor.cs
add:
TestNarou3.UseCase/Boundary/Presenter/IAppConfigLoadPresenter.cs
add:
TestNarou3.UseCase/Boundary/Presenter/INarouLoginPresenter.cs
add:
TestNarou3.UseCase/Boundary/Presenter/INarouRefreshBookmarkDetailListPresenter.cs
add:
TestNarou3.UseCase/Interactor/AppConfigLoadInteractor.cs
add:
TestNarou3.UseCase/Interactor/AppConfigSaveInteractor.cs
add:
TestNarou3.UseCase/Interactor/NarouLoginInteractor.cs
add:
TestNarou3.UseCase/Interactor/NarouLogoutInteractor.cs
add:
TestNarou3.UseCase/Interactor/NarouRefreshBookmarkDetailListInteractor.cs
add:
TestNarou3.UseCase/Request/AppConfigLoadRequest.cs
add:
TestNarou3.UseCase/Request/AppConfigSaveRequest.cs
add:
TestNarou3.UseCase/Request/NarouLoginRequest.cs
add:
TestNarou3.UseCase/Request/NarouLogoutRequest.cs
add:
TestNarou3.UseCase/Request/NarouRefreshBookmarkDetailListRequest.cs
add:
TestNarou3.UseCase/Response/AppConfigLoadResponse.cs
add:
TestNarou3.UseCase/Response/AppConfigSaveResponse.cs
add:
TestNarou3.UseCase/Response/NarouLoginResponse.cs
add:
TestNarou3.UseCase/Response/NarouLogoutResponse.cs
add:
TestNarou3.UseCase/Response/NarouRefreshBookmarkDetailListResponse.cs
add:
TestNarou3.UseCase/TestNarou3.20UseCase.csproj
add:
TestNarou3.UseCase/UseCaseModule.cs
add:
TestNarou3.sln
add:
TestNarou3/App.xaml
add:
TestNarou3/App.xaml.cs
add:
TestNarou3/Assets/Image/folder_256x.png
add:
TestNarou3/Assets/LockScreenLogo.scale-200.png
add:
TestNarou3/Assets/SplashScreen.scale-200.png
add:
TestNarou3/Assets/Square150x150Logo.scale-200.png
add:
TestNarou3/Assets/Square44x44Logo.scale-200.png
add:
TestNarou3/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
add:
TestNarou3/Assets/StoreLogo.png
add:
TestNarou3/Assets/Wide310x150Logo.scale-200.png
add:
TestNarou3/Assets/message.properties
add:
TestNarou3/Core/Mapper/MapperFactory.cs
add:
TestNarou3/NLog.config
add:
TestNarou3/NLog.xsd
add:
TestNarou3/Package.appxmanifest
add:
TestNarou3/Properties/PublishProfiles/win10-arm64.pubxml
add:
TestNarou3/Properties/PublishProfiles/win10-x64.pubxml
add:
TestNarou3/Properties/PublishProfiles/win10-x86.pubxml
add:
TestNarou3/Properties/launchSettings.json
add:
TestNarou3/TestNarou3.csproj
add:
TestNarou3/app.manifest