mirror of
https://github.com/AlexMacocian/WpfExtended.git
synced 2026-07-22 17:59:30 +00:00
7d3c2fbb9b
Testing project for source generator
12 lines
238 B
C#
12 lines
238 B
C#
using System.Windows.Controls;
|
|
using System.Windows.Extensions;
|
|
|
|
namespace WpfExtended.SourceGeneration.Tests
|
|
{
|
|
public partial class Class1 : UserControl
|
|
{
|
|
[GenerateDependencyProperty]
|
|
public int someF;
|
|
}
|
|
}
|