Search:

Type: Posts; User: theoobe

Search: Search took 0.01 seconds.

  1. using System; using...

    using System;
    using System.Text.RegularExpressions;

    namespace ConsoleApplication5
    {
    class Program
    {
    static void Main()
    {
    String filename1 =...
  2. I believe something like this should work... ...

    I believe something like this should work...


    using System;
    using System.Text.RegularExpressions;

    namespace ConsoleApplication5
    {
    class Program
    {
Results 1 to 2 of 2