|
|
s_session = appBuilderEntryPointType is not null ? StartNew(appBuilderEntryPointType).Result : StartNew(typeof(Application)).Result; |
|
|
s_session = appBuilderEntryPointType is not null ? StartNew(appBuilderEntryPointType) : StartNew(typeof(Application)); |