using Samples; namespace ConsoleApp; class Program { static void Main(string[] args) { #region Delegate // CalculateSample.Sample(); // MessagePrinterSample.Sample(); #endregion #region Callback // StringLength.Sample(); #endregion #region Event EventSample.Sample(); #endregion } }