canvas rectangle generate

This commit is contained in:
2023-06-21 13:31:29 +09:00
parent 0ec24ba4e1
commit 2d572bcb1b
9 changed files with 215 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace MVVMCanvasRectangle
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}