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:
20
native/WpfBridge/Global.h
Normal file
20
native/WpfBridge/Global.h
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Copyright 2014, Synthuse.org
|
||||
* Released under the Apache Version 2.0 License.
|
||||
*
|
||||
* last modified by ejakubowski7@gmail.com
|
||||
*/
|
||||
#pragma once
|
||||
#include "WpfAutomation.h"
|
||||
namespace Globals
|
||||
{
|
||||
using namespace System;
|
||||
|
||||
public ref class Global
|
||||
{
|
||||
public:
|
||||
static WpfAutomation ^WPF_AUTO = gcnew WpfAutomation();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user