コード例 #1
0
 public CustomWindow()
 {
     layer = Program.formMain.AddLayer(this);
 }
コード例 #2
0
 public VCBitmap(VisualLayer vl) : base(vl)
 {
 }