Пример #1
0
 public XamarinPortSupplier()
 {
     _portSupplier = new PortSupplier();
 }
Пример #2
0
 // Token: 0x0600013D RID: 317 RVA: 0x00005989 File Offset: 0x00003B89
 public Port(PortSupplier supplier)
 {
     this.PortSupplier = supplier;
     this.Guid         = Guid.NewGuid();
     this.PortEventsCP = new Port.DebugPortEvents2ConnectionPoint(this);
 }