コード例 #1
0
 /// <summary>
 /// Set session
 /// </summary>
 private void SetSession(Platform type)
 {
     SessionInformation         = _sessionFactory.GetUserSessionCollector().GetSession();
     SessionInformation.OS      = type.ToString();
     SessionInformation.Offline = false;
 }