Inheritance: NotificationForm
Ejemplo n.º 1
0
        public static void ShowHuntingPlace(HuntingPlace h, string comm)
        {
            HuntingPlaceForm f = new HuntingPlaceForm();

            f.hunting_place = h;

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

            ShowNotification(f, comm);
        }