public static void EditOrder(int id) { if (self != null) self.Dispose(); self = new EditOrderBox(id,true); self.ShowDialog(); }
public static void EditOrder(int id) { if (self != null) { self.Dispose(); } self = new EditOrderBox(id, true); self.ShowDialog(); }