コード例 #1
0
ファイル: ColorPicker.cs プロジェクト: xiver/MapManager
 /// <summary>
 /// Constructor
 /// </summary>
 public ColorPicker()
     : base(typeof(Color))
 {
     Value = Color.White;
     // setting up the modal dialog editor (#4430)
     Editor = new ColorDialogEditor();
 }
コード例 #2
0
ファイル: ColorPicker.cs プロジェクト: 4g0st1n0/MapManager
 /// <summary>
 /// Constructor
 /// </summary>
 public ColorPicker()
     : base(typeof(Color))
 {
     Value = Color.White;
     // setting up the modal dialog editor (#4430)
     Editor = new ColorDialogEditor();
 }