Ejemplo n.º 1
0
        public static void ShowWasteForm(Hunt hunt, string command)
        {
            if (hunt == null)
            {
                return;
            }
            WasteForm f = new WasteForm();

            f.hunt = hunt;

            ShowNotification(f, command);
        }
Ejemplo n.º 2
0
        public static void ShowWasteForm(Hunt hunt, string command)
        {
            if (hunt == null) return;
            WasteForm f = new WasteForm();
            f.hunt = hunt;

            ShowNotification(f, command);
        }