private void Initialize () { var cBackground = new UIColor (0.0f, 0.0f, 0.0f, 0.6f); BackgroundColor = cBackground; sviMain = new UIScrollViewImage (); AddSubview (sviMain); }
private void Initialize() { var cBackground = new UIColor(0.0f, 0.0f, 0.0f, 0.6f); BackgroundColor = cBackground; sviMain = new UIScrollViewImage(); AddSubview(sviMain); }