Captura.ColorPickerBox.ColorPickerBox C# (CSharp) Method

ColorPickerBox() public method

public ColorPickerBox ( ) : System.Windows
return System.Windows
        public ColorPickerBox()
        {
            InitializeComponent();
            DataContext = this;
        }
ColorPickerBox