EnumFont.cs

14 lines | 201 B Blame History Raw Download
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace yEd.XGML.Enums
{
    public enum EnumFont
    {
        Dialog
    }
}