Files
community/Ink Canvas/Windows/FeedbackPages/FeedbackPage1.xaml.cs
T

14 lines
252 B
C#
Raw Normal View History

using System.Windows;
using System.Windows.Controls;
namespace Ink_Canvas.Windows.FeedbackPages
{
public partial class FeedbackPage1 : UserControl
{
public FeedbackPage1()
{
InitializeComponent();
}
}
}