public CampaignPropsWindow()
 {
     this.valid      = false;
     this.parameters = null;
     InitializeComponent();
     this.calendar_box.ItemsSource    = CalendarSpecs.specs.Keys;
     this.calendar_box.SelectedValue  = "None";
     this.charsheet_box.ItemsSource   = CharacterSheetSpecs.specs.Keys;
     this.charsheet_box.SelectedValue = "None";
 }
Example #2
0
 public virtual Calendar get_calendar(CalendarParameters parameters) => new Calendar();