Hi, Im wpf application,i have preset.xaml.cs,in that one function is there like adding text to listbox. But i want to do that function in toolbar.xaml.cs. How can i refer controls in preset.xaml in toolbar.xaml.cs.
presetbox is listbox used in preset.xaml I want to add text for that box from toolbar.xaml.cs.
Pls help me.Im new to C#.