address book by mvvm pattern

This commit is contained in:
2023-07-12 18:06:18 +09:00
parent e008514636
commit fffd85ecb5
17 changed files with 895 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AddressBook_MVVMSample.ViewModel
{
internal class AddViewModel
{
}
}