protected LoadedCollectorsForm() : base() { // do not use! for designer only! // Init panel before ApplyResources Panel = new GraphPanel(); InitializeComponent(); }
public LoadedCollectorsForm(Graph graph, string fileName, bool hint) : base(graph, hint) { // Init panel before ApplyResources Panel = new GraphPanel(); InitializeComponent(); // TODO: different for precise & scan Panel.Init(graph); _fileName = fileName; Text = DisplayedFileName; }