Files
community/Ink Canvas/Windows/FeedbackPages/FeedbackPage2.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 FeedbackPage2 : UserControl
{
public FeedbackPage2()
{
InitializeComponent();
}
}
}