Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PrivateIq"/> class.
 /// </summary>
 public BookmarkStorageIq()
 {
     GenerateId();
     Private = new Private.Private();
     Private.Add(new Storage());
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PrivateIq"/> class.
 /// </summary>
 public PrivateIq()
 {
     GenerateId();
     Private = new Private.Private();
 }