Example #1
0
 public UploadBrowser(int uid, int nuid, Form welcome, Form mainScreen)
 {
     this.mainScreen = mainScreen;
     this.welcome = welcome;
     brwApp = new eFlash.Network.Browser(uid, nuid);
     InitializeComponent();
 }
Example #2
0
 public UploadBrowser(int uid, int nuid, Form welcome, Form mainScreen)
 {
     this.mainScreen = mainScreen;
     this.welcome    = welcome;
     brwApp          = new eFlash.Network.Browser(uid, nuid);
     InitializeComponent();
 }
Example #3
0
        public main(Form profileWindow)
        {
            InitializeComponent();

            profileScreen = profileWindow;
            localBrowser = new eFlash.Network.Browser(eFlash.Profile.ProfileManager.getCurrentUserID());

            listSet.SetMain(this);

            this.label_welcome.Text = "Welcome, " + eFlash.Profile.ProfileManager.getCurrentUserName() + ".  What would you like to learn today?";

            // Initialize templates
            Templates.Template.initTemplates();
        }