Changed: namespace for circle

This commit is contained in:
Ray 2020-12-21 04:33:45 +00:00
parent 84081e5c1a
commit a780759489
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
using System;
using System.Drawing;
namespace System.Drawing
namespace RyzStudio.Drawing
{
public class Circle
{