Exemplo n.º 1
0
 public CreditList(Form cl, int count)
 {
     InitializeComponent();
     PreviousPageLink = cl;
     sh = CreditListShow.getInstance();
     sh.SetPageWithCount(richTextBoxCreditInfo, labelCreditName, count);
 }
Exemplo n.º 2
0
 private void CreditList_Load(object sender, EventArgs e)
 {
     sh = CreditListShow.getInstance();
     sh.SetPage(richTextBoxCreditInfo, labelCreditName);
 }