Exemplo n.º 1
0
 public ClientConfiguration()
 {
     Settings = new SettingsDictionary();
 }
Exemplo n.º 2
0
 public OAuthAccount()
 {
     ExtraData = new SettingsDictionary();
 }
Exemplo n.º 3
0
 public Stack()
 {
     Tags          = new TagSet();
     References    = new Collection <string>();
     SignatureInfo = new SettingsDictionary();
 }