Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PRT] Particle | CPU/GPU, Fast, Easy Mine, * NO PREMINE * | Official Thread
by
cascorp
on 17/03/2014, 09:52:14 UTC
Particle Advanced Wallet BETA 1

Download Particle BETA 1 from Mega.co.nz

In addition, I have uploaded the source code for a very basic Sample Application.  It is a VS2012 class library project.  This sample app assembly is included in the Plugins folder of the BETA above.  This way you can see it running, and then look at the source code to see how to create an app that will load into the UI.

SampleApp

The sample app posts messages to the message bus.  Those messages are picked up by the Monitor app as it listens for IStatusMessage and IErrorMessage on the CoreMessageBus.  So you can type in a message, send it, it posts to the message bus, and moments later you can see it get received by and appear in the Monitor.


great!