This repository has been archived on 2024-06-21. You can view files and clone it, but cannot push or open issues or pull requests.
CDSAE3/CDSAE3_Lian_Lian_Kan/Forms/IBeSelected.cs

14 lines
286 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CDSAE3_Lian_Lian_Kan.Forms
{
public interface IBeSelected
{
public void Selected_Handler(Single_Block sender, SelectedEventArgs e);
}
}