Example #1
0
 public SnippetForm(string[] replaces, string content)
 {
     InitializeComponent();
     _controller = new SnippetReplaceController(replaces, content);
     updateForm();
 }
Example #2
0
 public SnippetForm(string[] replaces, string content)
 {
     InitializeComponent();
     _controller = new SnippetReplaceController(replaces, content);
     updateForm();
 }