using System.Windows.Forms; using UAS_SOP.Properties; namespace UAS_SOP.CustomControl.ButtonUtil { public partial class ArrowLeftButton : Button { public ArrowLeftButton() { InitializeComponent(); this.Image = Resources.two_arrow_left; } } }