Example #1
0
 public Tutorial()
 {
     instance = this;
     InitializeComponent();
     Initialize();
 }
Example #2
0
 public Scroller(Tutorial form)
 {
     this.form = form;
 }
Example #3
0
 private void OnDestroy(object sender, FormClosingEventArgs e)
 {
     instance = null;
 }