コード例 #1
0
ファイル: main.cs プロジェクト: pilonmntry/bgabank
        static void Main(string[] args)
        {
            // this is not a malware
            string username = "******";
            string password = "******";

            ADConnector conn = new ADConnections(username, password);

            // use the conn
        }
コード例 #2
0
ファイル: main.cs プロジェクト: pilonmntry/bgabank
 static void Main(string[] args)
 {
     // this is not a malware
     string username = "******";
     string password = "******";
     
     ADConnector conn = new ADConnections(username, password);
     
     // use the conn
 }