Resolve "Add code generator for non win forms projects" #78
@ -212,7 +212,7 @@ public sealed partial class Setting : UserControl
|
||||
};
|
||||
|
||||
// Update the explanation text. Therefore, we need to get the setting object through the chain of parents:
|
||||
var setting = (Setting) ((Control) sender).Parent.Parent.Parent;
|
||||
var setting = (Setting) (((Control) sender!)!).Parent.Parent.Parent;
|
||||
setting.UpdateExplanation();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user