コード例 #1
0
ファイル: VBCORE3.cs プロジェクト: LTetrisBlock/VBCODEV3
 /// <summary>
 /// With the given users it will extract all the users aux users in the group.
 /// </summary>
 private void  ExtractAuxUsers()
 {
     _auxUsers = _activeUser.GetCurrentAuxUsers();
 }