public void SetMainWindow(MainWindow wnd) { m_wnd = wnd; m_sExecPath = m_wnd.m_sExecPath; m_libCmn = m_wnd.m_libCmn; m_libOdbc = m_wnd.m_libOdbc; m_libPost = m_wnd.m_libPost; }
public MainWindow() { InitializeComponent(); m_dTaxPar = 8.0; m_sExecPath = InitExePath(); m_sCondition = ""; m_sOder = ""; m_libCmn = new LibCommon(); m_libCanvas = new LibCanvas(); m_libOdbc = new LibOdbc(); m_libOdbc.setLibCommonClass(m_libCmn); m_libOdbc.setExecPath(m_sExecPath); m_libPost = new LibPost(); m_libPost.InitPostList(m_sExecPath + "\\kden"); App.m_sExecPath = m_sExecPath; m_lstSouke = new List <string>(); m_lstKokubetu = new List <string>(); //initKdenDB(); }