Adding WpfBridge for automation of WPF and Silverlight
WpfBridge allows java to access .net 4 UI Automation libraries. This library enables Synthuse to access and automation WPF and Silverlight apps.
This commit is contained in:
10
native/WpfBridge/Global.cpp
Normal file
10
native/WpfBridge/Global.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Copyright 2014, Synthuse.org
|
||||
* Released under the Apache Version 2.0 License.
|
||||
*
|
||||
* last modified by ejakubowski7@gmail.com
|
||||
*/
|
||||
#include "StdAfx.h"
|
||||
#include "Global.h"
|
||||
#include "WpfAutomation.h"
|
||||
|
||||
Reference in New Issue
Block a user