Example #1
0
        private void menuConfigRooms_Click(object sender, EventArgs e)
        {
            var form = new formConfigRooms();

            form.ShowDialog(this);
            form.Dispose();

            RoomCount.Refresh();
        }
Example #2
0
        public static void SaveAll(List <RoomType> all)
        {
            Settings.SetSetting("room.types", all);

            RoomCount.Refresh();
        }
Example #3
0
 static RoomCount()
 {
     RoomCount.Refresh();
 }