public MainWindow()
        {
            InitializeComponent();

            _aboutForm       = new AboutForm(this);
            _routesForm      = new RoutesForm(this);
            _stopsForm       = new StopsForm(this);
            _vehiclesForm    = new VehiclesForm(this);
            _vehicleTypeForm = new VehicleTypeForm(this);
            _castsForm       = new CastsForm();
            _stringsForm     = new StringsForm();
        }
Exemplo n.º 2
0
 public ActionAddCopyright()
 {
     form = new StringsForm();
 }