コード例 #1
0
 /// <summary>
 /// Initializes this instance with the specified color.
 /// </summary>
 /// <param name="color">The initial selected color.</param>
 protected void Initialize(UIColor color)
 {
     colorPicker = new ColorPickerView(color);
 }
コード例 #2
0
 /// <summary>
 /// Initializes this instance with the specified color.
 /// </summary>
 /// <param name="color">The initial selected color.</param>
 protected void Initialize(UIColor color)
 {
     colorPicker = new ColorPickerView(color);
 }