Example #1
0
 public UserDataButton(UserDataActions actionType, string text, IImage icon)
 {
     Action = actionType;
     Text = text;
     Icon = icon;
 }
Example #2
0
 public UserDataButton(UserDataActions actionType, string text, IImage icon)
 {
     Action = actionType;
     Text   = text;
     Icon   = icon;
 }