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

github.com/FreeRDP/GdiTest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'GdiTest/TestDrawingArea.cs')
-rw-r--r--GdiTest/TestDrawingArea.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/GdiTest/TestDrawingArea.cs b/GdiTest/TestDrawingArea.cs
index 27e9d24..ecc5d61 100644
--- a/GdiTest/TestDrawingArea.cs
+++ b/GdiTest/TestDrawingArea.cs
@@ -11,6 +11,7 @@ namespace GdiTest
}
abstract public String dump();
+ abstract public String getDumpText();
}
}