Esempio n. 1
0
 public void StartReboot(StartRebootEvent e, Node any, [JoinAll] DownloadScreenNode screenNode)
 {
     screenNode.textMapping.Text = screenNode.launcherDownloadScreenText.RebootText;
 }
Esempio n. 2
0
 public void StartDownload(StartDownloadEvent e, Node any, [JoinAll] DownloadScreenNode screenNode)
 {
     screenNode.textMapping.Text = screenNode.launcherDownloadScreenText.DownloadText;
 }