public WidgetForWindowsFormsBitmap(SystemWindow childSystemWindow)
			: base(childSystemWindow)
		{
			WindowsFormsWindow = new WindowsFormBitmap(this, childSystemWindow);
		}
 public WidgetForWindowsFormsBitmap(SystemWindow childSystemWindow)
     : base(childSystemWindow)
 {
     WindowsFormsWindow = new WindowsFormBitmap(this, childSystemWindow);
 }