public SinglePageWizard(iFolderWebService ifws, SimiasWebService simws) { InitializeComponent(); this.ifWebService = ifws; this.simiasWebService = simws; SinglePageWizard.log = iFolderLogManager.GetLogger(typeof(SinglePageWizard)); }
/// <summary> /// CReate the singlePageWizard object /// </summary> /// <param name="ifws"></param> /// <param name="simws"></param> public SinglePageWizard(iFolderWebService ifws, SimiasWebService simws) { InitializeComponent(); this.ifWebService = ifws; this.simiasWebService = simws; SinglePageWizard.log = iFolderLogManager.GetLogger(typeof(SinglePageWizard)); }
public static void LogInit() { try { if (!File.Exists(iFolderLogManager.LogConfFilePath)) File.Copy(Path.Combine(SimiasSetup.sysconfdir, iFolderLogManager.LogConfFileName), iFolderLogManager.LogConfFilePath); iFolderLogManager.Configure(iFolderLogManager.LogConfDirPath); FormsTrayApp.log = iFolderLogManager.GetLogger(typeof(System.Object)); } catch { } }