Esempio n. 1
0
 /// <summary>
 ///   A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_strFile">The file that must be is the specified state.</param>
 /// <param name="p_mfsState">The state in which the specified file must be.</param>
 /// <param name="p_dsmStateManager">The manager that reports the currect install state.</param>
 public FileDependency(string p_strFile, ModFileState p_mfsState, DependencyStateManager p_dsmStateManager)
 {
   m_mfsState = p_mfsState;
   File = p_strFile;
   m_dsmStateManager = p_dsmStateManager;
 }
Esempio n. 2
0
 /// <summary>
 ///   A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_strFile">The file that must be is the specified state.</param>
 /// <param name="p_mfsState">The state in which the specified file must be.</param>
 /// <param name="p_dsmStateManager">The manager that reports the currect install state.</param>
 public FileDependency(string p_strFile, ModFileState p_mfsState, DependencyStateManager p_dsmStateManager)
 {
     m_mfsState        = p_mfsState;
     File              = p_strFile;
     m_dsmStateManager = p_dsmStateManager;
 }