mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
feature: Don't pull Terminal.Gui from NuGet, use ReactiveMarbles.ObservableEvents (#1440)
* Don't pull Terminal.Gui from NuGet, use ReactiveMarbles source generator * Target net5.0
This commit is contained in:
committed by
GitHub
parent
e3f6b7b283
commit
8eb719af1d
@@ -3,6 +3,7 @@ using System.Reactive.Linq;
|
||||
using NStack;
|
||||
using ReactiveUI;
|
||||
using Terminal.Gui;
|
||||
using ReactiveMarbles.ObservableEvents;
|
||||
|
||||
namespace ReactiveExample {
|
||||
public class LoginView : Window, IViewFor<LoginViewModel> {
|
||||
|
||||
Reference in New Issue
Block a user