public PersianDateEditFormatInfo(IComponentLoading componentLoading)
     : base(componentLoading)
 {
     FormatType = FormatType.DateTime;
     FormatString = format;
 }
Example #2
0
 public PersianDateEditFormatInfo(IComponentLoading componentLoading) : base(componentLoading)
 {
     FormatType = FormatType.DateTime;
     FormatString = format;
 }