상속: NotificationForm
예제 #1
0
        public static void ShowHuntingPlace(HuntingPlace h, string comm)
        {
            HuntingPlaceForm f = new HuntingPlaceForm();

            f.hunting_place = h;

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

            ShowNotification(f, comm);
        }