Create Init.cs
This commit is contained in:
11
DrawFigureLibrary/Init.cs
Normal file
11
DrawFigureLibrary/Init.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Media;
|
||||
|
||||
namespace DrawFigureLibrary
|
||||
{
|
||||
public static class Init
|
||||
{
|
||||
public static Pen pen { get; } = new Pen(Brushes.Black, 2);
|
||||
public static Image? DrawingImage { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user