| 1234567891011121314151617181920 |
- namespace qmonlib.Dependencies.Object.Dynamic
- {
- public class Dyo : DyoMember
- {
- #region *** Fields ***
- #endregion
- #region *** Constructors ***
- public Dyo(string name) : base(null, ElementType.Root, null, name)
- {
- }
- #endregion
- #region *** Operations ***
- #endregion
- }
- }
|