Пример #1
0
 /// <summary>
 /// Constructeur principal
 /// </summary>
 public LayersPanel()
 {
     InitializeComponent();
     _Service               = new LayersPanelService();
     _NewLayer              = new NewLayer();
     _NewLayer.FormClosing += new FormClosingEventHandler(_NewLayer_FormClosing);
     _ColorManager          = new ImageColorManager();
     _ColorManager.ColorTransformationChanged += new EventHandler(_ColorManager_ColorTransformationChanged);
 }
Пример #2
0
 /// <summary>
 /// Constructeur principal
 /// </summary>
 public StageObjectsPanel()
 {
     InitializeComponent();
     InitializeTree();
     _Service = new LayersPanelService();
 }
Пример #3
0
 /// <summary>
 /// Constructeur principal
 /// </summary>
 public NewLayer()
 {
     InitializeComponent();
     _Service = new LayersPanelService();
 }