Exemple #1
0
 public LunHints()
 {
     this.hints = new Microsoft.Storage.Vds.Hints();
 }
Exemple #2
0
 public LunHints(Microsoft.Storage.Vds.Hints hints)
 {
     this.hints = hints;
 }