Inheritance: NotificationForm
Beispiel #1
0
        public static void ShowHuntingPlace(HuntingPlace h, string comm)
        {
            HuntingPlaceForm f = new HuntingPlaceForm();

            f.hunting_place = h;

            ShowNotification(f, comm);
        }
        public static void ShowHuntingPlace(HuntingPlace h, string comm)
        {
            HuntingPlaceForm f = new HuntingPlaceForm();
            f.hunting_place = h;

            ShowNotification(f, comm);
        }