Creates a simple NativeActivity (that is clean, documented and implements IActivityTemplateFactory) and its Designer. Good for simple designs and for testing. The template adds three files to your solution:
The NativeActivity comes with a very simple, but clean, implementation. The designer is clean and ready for use. Things to note:
Versions: 1.0 - initial upload 1.1 - added additional using directives for common use cases (Collection<T> and VisualBasicValue<T> namespaces) |