diff options
| author | Michael <[email protected]> | 2017-06-02 21:06:31 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-02 21:06:31 -0400 |
| commit | 719f2e4170e0a42ca372ff142e5b9613177db1be (patch) | |
| tree | a5e39bfeea8fdfffecd7cea3bf85238419be411f /ShiftOS.WinForms | |
| parent | 11e80a6a6134e2cbee1041d6ddc95781a265bead (diff) | |
| download | shiftos_thereturn-719f2e4170e0a42ca372ff142e5b9613177db1be.tar.gz shiftos_thereturn-719f2e4170e0a42ca372ff142e5b9613177db1be.tar.bz2 shiftos_thereturn-719f2e4170e0a42ca372ff142e5b9613177db1be.zip | |
Rebalance shiftnet subscriptions
Diffstat (limited to 'ShiftOS.WinForms')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Shiftnet.cs | 2 | ||||
| -rw-r--r-- | ShiftOS.WinForms/Resources/ShiftnetServices.txt | 17 |
2 files changed, 10 insertions, 9 deletions
diff --git a/ShiftOS.WinForms/Applications/Shiftnet.cs b/ShiftOS.WinForms/Applications/Shiftnet.cs index 22b53a0..6ccdb19 100644 --- a/ShiftOS.WinForms/Applications/Shiftnet.cs +++ b/ShiftOS.WinForms/Applications/Shiftnet.cs @@ -173,7 +173,7 @@ namespace ShiftOS.WinForms.Applications var obj = (IShiftnetSite)Activator.CreateInstance(type, null); obj.GoToUrl += (u) => { - History.Push(u); + History.Push(CurrentUrl); NavigateToUrl(u); }; obj.GoBack += () => diff --git a/ShiftOS.WinForms/Resources/ShiftnetServices.txt b/ShiftOS.WinForms/Resources/ShiftnetServices.txt index d8582b6..fa3988b 100644 --- a/ShiftOS.WinForms/Resources/ShiftnetServices.txt +++ b/ShiftOS.WinForms/Resources/ShiftnetServices.txt @@ -11,21 +11,22 @@ With Freebie Solutions from ShiftSoft, you'll be able to traverse the Shiftnet w { Company: "Shiftcast", Name: "NetXtreme Hyper Edition", - CostPerMonth: 1500, + CostPerMonth: 150, DownloadSpeed: 524288, //512 kb/s Description: "It's time to supercharge your Shiftnet experience. With all the multimedia available, fast download speeds are a must on the Shiftnet. Start your subscription today for the low price of 1500 Codepoints and become a hyper-traveller today." }, { - Company: "Plumb Corp.", - Name: "youConnect", - CostPerMonth: 6000, + Company: "Bit Communications", + Name: "EncoderNet", + CostPerMonth: 600, DownloadSpeed: 1048576, //1 mb/s + Description: "The most reliable service provider on the Shiftnet." }, { - Company: "theCorp", - Name: "theNet", - CostPerMonth: 3000, + Company: "SOL Communications", + Name: "ShiftOS Online", + CostPerMonth: 300, DownloadSpeed: 786342, //768 kb/s - Description: "theNet is not *just* a Shiftnet service provider. It is theGateway to all of theShiftnet and your needs. It is also theValue service provider with theGreatest price and download speed." + Description: "SOL is the Shiftnet." }, ]
\ No newline at end of file |
