inital
This commit is contained in:
27
F4SD_IconPicker/F4SDicons/Models/RoutedEventArgsIconInfo.cs
Normal file
27
F4SD_IconPicker/F4SDicons/Models/RoutedEventArgsIconInfo.cs
Normal file
@@ -0,0 +1,27 @@
|
||||
using F4SD_AdaptableIcon.Enums;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows;
|
||||
|
||||
namespace F4SDicons.Models
|
||||
{
|
||||
public class RoutedEventArgsIconInfo : RoutedEventArgs
|
||||
{
|
||||
public string IconName { get; set; }
|
||||
|
||||
public enumIconTypes IconType { get; set; }
|
||||
|
||||
public RoutedEventArgsIconInfo()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public RoutedEventArgsIconInfo(RoutedEvent customEvent) : base (customEvent)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user