private void Text_Click(object sender, RoutedEventArgs e) { TextNote TN = new TextNote(); //Encrypt.SetComponent(TN); this.component.Add(TN); TextPartUC tP = new TextPartUC(); tP.InitializeComponent(); TN.tp = tP; tP.HorizontalAlignment = System.Windows.HorizontalAlignment.Stretch; FieldPanel.Children.Add(tP); }
public void SetComponent(TextNote component) { this.component = component; }