From 96b535075f3025568a345d7a68085e8c1be5085a Mon Sep 17 00:00:00 2001 From: Lou BRODA Date: Sun, 8 Oct 2023 17:54:45 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 3dc3d84..d21f7e3 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,6 @@ class BaseViewModel{ +BaseViewModel() : this(default) } -class BaseViewModel{ -} - class ICommand{ <> }