Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Intent"/> class.
 /// </summary>
 /// <param name="m_intentArg">The m_intent argument.</param>
 ///
 /// <remarks>
 /// 06.06.2015, Beatsleigher: The development will no longer be continued.
 /// </remarks>
 private Intent(IntentArgument m_intentArg)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Intent"/> class.
 /// </summary>
 /// <param name="m_intentArg">The m_intent argument.</param>
 /// 
 /// <remarks>
 /// 06.06.2015, Beatsleigher: The development will no longer be continued.
 /// </remarks>
 private Intent(IntentArgument m_intentArg)
 {
 }
Exemplo n.º 3
0
 /// <summary>
 /// Gets the intent.
 /// </summary>
 /// <param name="m_intentArg">The m_intent argument.</param>
 /// <returns></returns>
 ///
 /// <remarks>
 /// 06.06.2015, Beatsleigher: The development will no longer be continued.
 /// </remarks>
 internal static Intent GetIntent(IntentArgument m_intentArg)
 {
     return(new Intent(m_intentArg));
 }
Exemplo n.º 4
0
 /// <summary>
 /// Gets the intent.
 /// </summary>
 /// <param name="m_intentArg">The m_intent argument.</param>
 /// <returns></returns>
 /// 
 /// <remarks>
 /// 06.06.2015, Beatsleigher: The development will no longer be continued.
 /// </remarks>
 internal static Intent GetIntent(IntentArgument m_intentArg)
 {
     return new Intent(m_intentArg);
 }