Ejemplo n.º 1
0
 public AppTreeNode(AppItem item)
     : base(item.Language.AppId)
 {
     _appItem = item;
 }
Ejemplo n.º 2
0
 public AddLanguageForm(AppItem appItem)
 {
     InitializeComponent();
     _appItem = appItem;
 }