File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -101,9 +101,9 @@ protected override void ConfigureIoC(IStyletIoCBuilder builder)
101
101
builder . Bind < AboutPageViewModel > ( ) . ToSelf ( ) . InSingletonScope ( ) ;
102
102
builder . Bind < SettingsPageViewModel > ( ) . ToSelf ( ) . InSingletonScope ( ) ;
103
103
builder . Bind < ServerListPageViewModel > ( ) . ToSelf ( ) . InSingletonScope ( ) ;
104
- builder . Bind < ProcessingRingViewModel > ( ) . ToSelf ( ) . InSingletonScope ( ) ;
105
104
builder . Bind < SessionControlService > ( ) . ToSelf ( ) . InSingletonScope ( ) ;
106
105
106
+ builder . Bind < ProcessingRingViewModel > ( ) . ToSelf ( ) ;
107
107
builder . Bind < IMessageBoxViewModel > ( ) . To < MessageBoxViewModel > ( ) ;
108
108
base . ConfigureIoC ( builder ) ;
109
109
}
Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ public override void CloseConnection()
29
29
if ( _databaseType == DatabaseType . Sqlite )
30
30
{
31
31
System . Data . SQLite . SQLiteConnection . ClearAllPools ( ) ;
32
- GC . Collect ( ) ;
33
- GC . WaitForPendingFinalizers ( ) ;
34
32
}
35
33
}
36
34
}
You can’t perform that action at this time.
0 commit comments