Mini Kabibi Habibi
using System;
using System.Windows.Forms;
using System.Drawing;
using DevExpress.Tutorials;
using DevExpress.Utils.About;
namespace DevExpress.XtraScheduler.Demos {
public partial class About : ucAboutPage {
public About() {
InitializeComponent();
}
#region Properies
protected override string ProductText { get { return "Microsoft Office Style Scheduling Controls for WinForms\r\n\r\nFeatures multiple calendar view types and side-by-side calendar display. Ships with complete Microsoft Outlook style end-user interface."; } }
protected override Image ProductImage { get { return DevExpress.Utils.ResourceImageHelper.CreateImageFromResources("DevExpress.XtraScheduler.Demos.Images.XtraScheduler.png", typeof(frmMain).Assembly); } }
protected override Image ProductImageLight { get { return DevExpress.Utils.ResourceImageHelper.CreateImageFromResources("DevExpress.XtraScheduler.Demos.Images.XtraScheduler_light.png", typeof(frmMain).Assembly); } }
protected override ProductKind ProductKind { get { return ProductKind.DXperienceWin; } }
#endregion
}
}