internal VsFrame(VsOutput output, IntPtr frame, int index)
 {
     this.output = output;
     this.frame  = frame;
     this.Index  = index;
     VsFrame.Allocated?.Invoke(this, this);
 }
Example #2
0