2 using System.Collections.Generic;
16 InitializeComponent();
32 private void Populate()
44 private void PopulateDOFState()
46 DOFManager DM =
new DOFManager();
49 bool DOFLoaded =
false;
51 string DOFVersion =
"";
69 DllPath = DM.GetDllPath();
70 DOFVersion = DM.GetVersion();
82 DOFPathText.Text = DllPath;
83 DOFVersionText.Text = DOFVersion;
84 DOFStateText.Text = (DOFLoaded ?
"OK. DirectOutput framework found" :
"Error! DirectOutput framework not found. Make sure the DOF com object is registered.");
89 private void EnableLogCheckBox_CheckedChanged(
object sender, EventArgs e)