event aggregator listbox ToWay #2790
Replies: 1 comment
-
Found a solution
https://github.com/POMXARK/AvaloniaReativeUIPrismExempleEventAggregator
чт, 1 июн. 2023 г. в 09:32, Damian ***@***.***>:
… Hi @POMXARK <https://github.com/POMXARK>, I just saw your message now.
Were you able to find the solution you were looking for?
—
Reply to this email directly, view it on GitHub
<#2790 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEO2RMZK2H3JZNOJK46H3LTXI7IHVANCNFSM6AAAAAASBVW3PA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
POMXARK
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
how can i link two areas? (or regions)
https://github.com/POMXARK/AvaloniaFriendOrganizer
using DynamicData;
using FriendOrganizer.Model;
using FriendOrganizer.UI.Data;
using ReactiveUI.Fody.Helpers;
using System.Collections.ObjectModel;
using System;
using System.Reactive.Linq;
using ReactiveUI;
using Prism.Events;
using FriendOrganizer.UI.Event;
namespace FriendOrganizer.UI.ViewModels
{
public class NavigationViewModel: ViewModelBase
{
}
Beta Was this translation helpful? Give feedback.
All reactions