MaterialSkin
MaterialSkin copied to clipboard
The type or namespace name 'MaterialForm' could not be found (are you missing a using directive or an assembly reference?
Hi when trying to compile I get the error "The type or namespace name 'MaterialForm' could not be found (are you missing a using directive or an assembly reference?)"
I get no visible errors before attempting to compile just warnings
Try importing MaterialSkin first: using MaterialSkin;
I have it imported using MaterialSkin; using MaterialSkin.Controls;
namespace form1 { public partial class Mainfrm : MaterialForm