You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
553 B
21 lines
553 B
3 weeks ago
|
using System;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Text;
|
||
|
|
||
|
namespace ReZero.SuperAPI
|
||
|
{
|
||
|
public partial class IconInitializerProvider
|
||
|
{
|
||
|
internal const int Id1 = 1;
|
||
|
internal const int Id2 = 2;
|
||
|
internal const int Id3 = 3;
|
||
|
internal const int Id4 = 4;
|
||
|
|
||
|
private const string IconName1 = "mdi mdi-home";
|
||
|
private const string IconName2 = "mdi polymer";
|
||
|
private const string IconName3 = "mdi mdi-book-open";
|
||
|
private const string IconName4 = "mdi-arrange-send-backward";
|
||
|
|
||
|
}
|
||
|
}
|