Captura.ColorPickerBox.ColorPickerBox C# (CSharp) 메소드

ColorPickerBox() 공개 메소드

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