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

System.Windows.Input.TouchEventArgs.cs « PresentationCore « FPF « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a2df37a6619191c38a2f377e530cca2cc022f3b (plain)
1
2
3
4
5
6
namespace System.Windows.Input
{
	public  class TouchEventArgs  : System.Windows.Input.InputEventArgs
	{
	}
}