Esempio n. 1
0
 public NewRecordWindow(StructureLogic org, ref int sc, ref int lc)
 {
     InitializeComponent();
     myFileManager = new FileManager();
     logic         = org;
     action        = 'N';
     savesCounter  = sc;
     loadsCounter  = lc;
 }
Esempio n. 2
0
        public MainWindow()
        {
            InitializeComponent();

            logic = new StructureLogic();
        }