Пример #1
0
        private void WaimeaWeatherButton_Click(object sender, EventArgs e)
        {
            NSFileManagement nsf = new NSFileManagement();
            Form             waimeaWeatherForm = new FormWaimeaWeather();

            waimeaWeatherForm.Show();
            return;
        }
Пример #2
0
 public LogXDataBase()
 {
     //Get the folder name from the Night Shift configuration file
     //  the configureform class will create both the NightShift directory and configuration XML file, if (necessary
     //if the log file doesnt exist, create it
     LogXfiles = new NSFileManagement();
     return;
 }