Esempio n. 1
0
 public Thunderbolt2Cable()
 {
     data = new Thunderbolt2Port()
     {
         Data = new DataThunderbolt()
     };
 }
 public AdapterComputerToSoundCard()
 {
     iMac         = new Computer();
     thunderbolt2 = new Thunderbolt2Port()
     {
         Data = new DataThunderbolt()
     };
 }
Esempio n. 3
0
 public Thunderbolt2PortToThunderbolt3Port()
 {
     thunderbolt2Port = new Thunderbolt2Port()
     {
         Data = new DataThunderbolt()
     };
     thunderbolt3Port = new Thunderbolt3Port()
     {
         Data = new DataThunderbolt()
     };
 }
Esempio n. 4
0
 public SoundCard()
 {
     thunderbolt2Port = new Thunderbolt2Port();
 }