Exemplo n.º 1
0
 /// <summary>
 /// Initializes an instance of Asimo with reference to enlistment to access some of its functionality.
 /// </summary>
 /// <param name="enlistment">Reference to enlistment.</param>
 public StandAloneAsimoLocGroupBreakdown(Office14Enlistment enlistment)
     : base(enlistment)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes an instance of Asimo with reference to enlistment to access some of its functionality.
 /// </summary>
 /// <param name="enlistment">Reference to enlistment.</param>
 public DatabaseAsimo(Office14Enlistment enlistment)
     : base(enlistment)
 {
 }
Exemplo n.º 3
0
 /// <summary>
 /// Initializes an instance of Asimo with reference to enlistment to access some of its functionality.
 /// </summary>
 /// <param name="enlistment">Reference to enlistment.</param>
 protected AsimoBase(Office14Enlistment enlistment)
 {
     Enlistment = enlistment;
 }
Exemplo n.º 4
0
 /// <summary>
 /// Initializes an instance of Asimo with reference to enlistment to access some of its functionality.
 /// </summary>
 /// <param name="enlistment">Reference to enlistment.</param>
 protected StandaloneAsimo(Office14Enlistment enlistment) : base(enlistment)
 {
 }
 /// <summary>
 /// Initializes an instance of Asimo with reference to enlistment to access some of its functionality.
 /// </summary>
 /// <param name="enlistment">Reference to enlistment.</param>
 public StandAloneAsimoProjectBreakdown(Office14Enlistment enlistment)
     : base(enlistment)
 {
 }