public void SearchValue(PBCommandBarButton commandBarButton, ref bool b1) { SearchForm frm = new SearchForm(m_theApp); frm.ShowDialog(); }
public void ShowScriptForm(PBCommandBarButton commandBarButton, ref bool b1) { ScriptForm frm = new ScriptForm(m_theApp); frm.ShowDialog(); }
public void ReplaceInValue(PBCommandBarButton commandBarButton, ref bool b1) { ReplaceForm frm = new ReplaceForm(m_theApp); frm.ShowDialog(); }
public void ChangeAlarm(PBCommandBarButton commandBarButton, ref bool b1) { AlarmManager frm = new AlarmManager(m_theApp, this); frm.ShowDialog(); }
public void SetUOM(PBCommandBarButton commandBarButton, ref bool b1) { UOM.Execute(m_theApp); }
public void FillGood(PBCommandBarButton commandBarButton, ref bool b1) { MultiStateMinMax frm = new MultiStateMinMax(m_theApp); frm.ShowDialog(); }
// Event Handler // Opens a Simple Form, Select cancel to close public void AddInClicked(PBCommandBarButton commandBarButton, ref bool b1) { frmAbout dlg = new frmAbout(m_theApp); dlg.ShowDialog(); }