Ejemplo n.º 1
0
 void BarcodePaperLayout_PaperLayoutChanged(object sender, PaperLayoutChangedEventArgs e)
 {
     LoadPageSetting();
     //throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public virtual void OnPaperLayoutChanged(PaperLayoutChangedEventArgs e)
 {
     if (PaperLayoutChanged != null)//如果有对象注册,就调用。
         PaperLayoutChanged(this, e);
 }