File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515// limitations under the License.
1616//
1717/* ------------------------------------------------------------------------- */
18+ using System ;
19+ using System . Runtime . Serialization ;
20+ using System . Security ;
1821using Cube . DataContract ;
1922using Cube . FileSystem ;
2023using Cube . Mixin . IO ;
2124using Microsoft . Win32 ;
22- using System ;
23- using System . Runtime . Serialization ;
24- using System . Security ;
2525
2626namespace Cube . Net . Rss . Reader
2727{
Original file line number Diff line number Diff line change 1515// limitations under the License.
1616//
1717/* ------------------------------------------------------------------------- */
18+ using System ;
19+ using System . Diagnostics ;
20+ using System . Reflection ;
1821using Cube . DataContract ;
1922using Cube . FileSystem ;
2023using Cube . Mixin . Assembly ;
2124using Cube . Mixin . Environment ;
2225using Cube . Mixin . Logging ;
2326using Cube . Mixin . String ;
24- using System ;
25- using System . Diagnostics ;
26- using System . Reflection ;
2727
2828namespace Cube . Net . Rss . Reader
2929{
@@ -40,6 +40,17 @@ public class SettingFolder : SettingFolder<LocalSetting>
4040 {
4141 #region Constructors
4242
43+ /* ----------------------------------------------------------------- */
44+ ///
45+ /// SettingFolder
46+ ///
47+ /// <summary>
48+ /// Initializes static resources of the SettingFolder class.
49+ /// </summary>
50+ ///
51+ /* ----------------------------------------------------------------- */
52+ static SettingFolder ( ) { Network . Setup ( ) ; }
53+
4354 /* ----------------------------------------------------------------- */
4455 ///
4556 /// SettingFolder
Original file line number Diff line number Diff line change 1515// limitations under the License.
1616//
1717/* ------------------------------------------------------------------------- */
18+ using System ;
19+ using System . Runtime . Serialization ;
1820using Cube . DataContract ;
1921using Cube . FileSystem ;
2022using Cube . Mixin . IO ;
21- using System ;
22- using System . Runtime . Serialization ;
2323
2424namespace Cube . Net . Rss . Reader
2525{
Original file line number Diff line number Diff line change 1515// limitations under the License.
1616//
1717/* ------------------------------------------------------------------------- */
18- using Cube . Mixin . Assembly ;
19- using Cube . Mixin . Logging ;
2018using System ;
2119using System . Diagnostics ;
2220using System . Reflection ;
21+ using Cube . Mixin . Assembly ;
22+ using Cube . Mixin . Logging ;
2323
2424namespace Cube . Net . Rss . Reader
2525{
You can’t perform that action at this time.
0 commit comments