i have collection of classes in one form and i want to use the same collection in other form. so here is the place where the collection is made
public partial class Window1 : Window {
string text; string[] tmp; double procent; public ObservableCollection<element> elementi = new ObservableCollection<element>();
and the variable "elementi" is not valid in the new form. so how can i use it?