Ejemplo n.º 1
0
 public FormatDestination(string name, ModuleUI ui)
 {
     this.name        = name;
     this.ui          = ui;
     this.destination = ui.DestiantionVariants.NotSelected;
 }
Ejemplo n.º 2
0
 public DestinationVariants()
 {
     not_selected = new DestinationVariant("<       Не выбрано       >", null);
     variants.Add(not_selected);
 }