Ejemplo n.º 1
0
 private void ShowUpdatedWindow()
 {
     Configuration.SetVersion(Assembly.GetExecutingAssembly().GetName().Version.ToString());
     this.firstRunGui = this.gameObject.AddComponent <FirstRunGui>();
     this.firstRunGui.HasBeenUpdated = true;
 }
Ejemplo n.º 2
0
 private void ShowUpdatedWindow()
 {
     Configuration.SetVersion(Assembly.GetExecutingAssembly().GetName().Version.ToString());
     this.firstRunGui = this.gameObject.AddComponent<FirstRunGui>();
     this.firstRunGui.HasBeenUpdated = true;
 }
Ejemplo n.º 3
0
 private void ShowInstalledWindow()
 {
     Configuration.SetFirstRun(false);
     this.firstRunGui = this.gameObject.AddComponent <FirstRunGui>();
 }
Ejemplo n.º 4
0
 private void ShowInstalledWindow()
 {
     Configuration.SetFirstRun(false);
     this.firstRunGui = this.gameObject.AddComponent<FirstRunGui>();
 }