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