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