Exemplo n.º 1
0
        public static Form Form_ASTRA_Structure_Input_Data(string working_folder, bool IsDrawingFile)
        {
            frm_StructureDesign frm = new frm_StructureDesign();

            frm.Working_Folder          = working_folder;
            frm.LastDesignWorkingFolder = working_folder;
            return(frm);
        }
Exemplo n.º 2
0
        public static Form Form_ASTRA_Structure_Input_Data(IApplication app, string working_folder)
        {
            frm_StructureDesign frm = new frm_StructureDesign();

            frm.StageAnalysisForm       = Form_Stage_Analysis(app);
            frm.Working_Folder          = working_folder;
            frm.LastDesignWorkingFolder = working_folder;
            return(frm);
        }