Exemplo n.º 1
0
 //-------------------------------------------------------------------------------
 //
 public FrmDispStatuses(FrmMain parent, ImageListWrapper imageListWrapper, EFormType formtype)
 {
     InitializeComponent();
     ReplyStartTwitdata = null;
     FormType = formtype;
     uctlDispTwit.ImageListWrapper = imageListWrapper;
     parent.RegisterUctlDispTwitEvent(uctlDispTwit);
 }