|
@@ -1,5 +1,5 @@
|
|
|
#include "CFrameWnd.h"
|
|
|
-
|
|
|
+#include"MixpanelScript.h"
|
|
|
void CFrameWnd::InitInstalledControls()
|
|
|
{
|
|
|
|
|
@@ -15,6 +15,10 @@ void CFrameWnd::NotifyInstalled(TNotifyUI& msg)
|
|
|
{
|
|
|
if (msg.pSender->GetName() == UI_BtnOpenApp)
|
|
|
{
|
|
|
+ MixpanelScript* mix = new MixpanelScript();
|
|
|
+ std::string GUID = mix->GetGUID();
|
|
|
+ std::string CPUID = mix->GetCPUID();
|
|
|
+ mix->PostData("InstallStatus_Btn_StartSuccess", CPUID, GUID,0);
|
|
|
OpenApp_Click();
|
|
|
}
|
|
|
|