Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Editor/FPF/PresentationCore/System.Windows.GiveFeedbackEventArgs.cs')
-rw-r--r--src/Editor/FPF/PresentationCore/System.Windows.GiveFeedbackEventArgs.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Editor/FPF/PresentationCore/System.Windows.GiveFeedbackEventArgs.cs b/src/Editor/FPF/PresentationCore/System.Windows.GiveFeedbackEventArgs.cs
new file mode 100644
index 0000000..776c7da
--- /dev/null
+++ b/src/Editor/FPF/PresentationCore/System.Windows.GiveFeedbackEventArgs.cs
@@ -0,0 +1,6 @@
+namespace System.Windows
+{
+ public class GiveFeedbackEventArgs : System.Windows.RoutedEventArgs
+ {
+ }
+} \ No newline at end of file