Exemple #1
0
 public TextMsgForm()
 {
     this.txt = new TextMsgFormCustomPasteWndProc();
     this.InitializeComponent();
     this.Icon = Icon.ExtractAssociatedIcon(Application.ExecutablePath);            // Roger Clark. Added correct icon on main form!
     base.Scale(Settings.smethod_6());
 }
 public TextMsgForm()
 {
     this.txt = new TextMsgFormCustomPasteWndProc();
     //base._002Ector();
     this.InitializeComponent();
     base.Scale(Settings.smethod_6());
 }