Ejemplo n.º 1
0
    public void CreateNewNotififcation()
    {
        //mobileNotificationAndroidScript.CreateAndSentNotification("Lol", "Privet", 5);
        mobileNotificationAndroidScript.CreateAndSentNotificationSecondVer("Lol", "Privet", 5);
        loadPersonInfoFromFilesScript.SaveAllDataToFile();

        ChouseMainWindow("mainWindow");
    }
 private void AddToBusketThisItem()
 {
     busketButton.GetComponent <Image>().color = Color.red;
     loadPersonInfoFromFilesScript.personBusket.Add(item.vendorCode);
     loadPersonInfoFromFilesScript.SaveAllDataToFile();
 }