Skip to content

Instantly share code, notes, and snippets.

@jesulink2514
Created February 28, 2019 03:45
Show Gist options
  • Save jesulink2514/c1369d340e5e1704aca0ea3881bd7d9e to your computer and use it in GitHub Desktop.
Save jesulink2514/c1369d340e5e1704aca0ea3881bd7d9e to your computer and use it in GitHub Desktop.
using NControl.Abstractions;
using NGraphics;
using System.Collections.Generic;
namespace DemoGradient.Controls
{
public class GradientButton : NControlView
{
private readonly Label _label;
private readonly NControlView _background;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment