Ejemplo n.º 1
0
 private void buttonSet_Click(object sender, EventArgs e)
 {
     //this.m_ButtonStartClean.Enabled = bCanCleanFlg = true;
     OnGetPrinterSetting(ref m_PrinterSetting);
     if (EpsonLCD.SetALLWINCleanParam(_allwinData) == false)
     {
         string info = ResString.GetEnumDisplayName(typeof(UIError), UIError.SetCleanParamFail);
         MessageBox.Show(info, this.Text, MessageBoxButtons.OK, MessageBoxIcon.Information);
         //this.m_ButtonStartClean.Enabled = bCanCleanFlg = false;
     }
 }