Ejemplo n.º 1
0
        //private string _longText;
        //public string LongText
        //{
        //    get { return _longText; }
        //    set
        //    {
        //        _longText = value;
        //        OnPropertyChanged();
        //    }
        //}

        public AlergicAnevrizm GetPanelType()
        {
            var newType = new AlergicAnevrizm();

            //newType.LongName = LongText;
            newType.Str = ShortText;
            return(newType);
        }
Ejemplo n.º 2
0
 public AlergicAnevrizmListDataSource(AlergicAnevrizm Recomendations)
 {
     IsVisibleTotal = true;
     this.Data      = Recomendations;
     IsChecked      = false;
 }