public static void ShowHouseForm(House h, string command) { if (h == null) { return; } HouseForm f = new HouseForm(); f.house = h; ShowNotification(f, command); }
public static void ShowHouseForm(House h, string command) { if (h == null) return; HouseForm f = new HouseForm(); f.house = h; ShowNotification(f, command); }