Assembly a = Assembly.LoadFrom("user.dll"); Type myType = a.GetType(); UserControl user = (UserControl)a.CreateInstance(myType); this.main_grid.Children.Add(user);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)