public CustomWindow()
 {
     layer = Program.formMain.AddLayer(this);
 }
Example #2
0
 public VCBitmap(VisualLayer vl) : base(vl)
 {
 }